correl.phoenixinquis.netProjects and coding adventures

Project: Scripted IRC Client


Friday 29 of May, 2009 04:23 AM
Scripted IRC Client :: Parsing mIRC script with Boost::Spirit
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.
Read more 0 Comment(s)