This is a project to create a
mIRC script language interpreter using
Boost::Spirit. The following code describes the grammar in Spirit's inline
EBNF format. Currently the project supports loading and executing scripts including aliases. Grammar is in place to allow events, but they are not yet stored or acted upon.