Arpeggio parser - TODO ---------------------- Author: Igor R. Dejanovic Copyright: (c) Igor R. Dejanovic, 2009-2014 Licence: MIT Licence Some stuff that should be done in the near future: - Documentation - Support for Python 3 - Lexical rules - Semantic action simplification - Left recursion support - Error recovery. This is the essential requirement for the Arpeggio because IDE usage is the main motivation that has started Arpeggio development. It would be nice to find all errors, whether syntactic or semantic, in one parsing session. If error is found the parser should report the error and then try to recover and continue parsing.