summaryrefslogtreecommitdiff
path: root/mparser.py
AgeCommit message (Expand)Author
2014-03-17The final renaming.Jussi Pakkanen
2014-03-17Kill ply dependency dead.Jussi Pakkanen
2014-03-09Kill shift/reduce conflict dead.Jussi Pakkanen
2014-03-09A code block can be empty.Jussi Pakkanen
2013-08-10Precedence fix.Jussi Pakkanen
2013-07-30Variable names can begin with an underscore.Jussi Pakkanen
2013-07-27Cleaner, simpler elif.Jussi Pakkanen
2013-07-27Some sort of elif implementation.Jussi Pakkanen
2013-07-27Can do logical negation.Jussi Pakkanen
2013-07-27Can do logical or.Jussi Pakkanen
2013-07-27Can do logical and.Jussi Pakkanen
2013-07-25Do not access non-existing member variable.Jussi Pakkanen
2013-06-30Can invoke methods on general statements and not just variable names.Jussi Pakkanen
2013-06-20Removed -tt, which is not necessary with Python 3.Jussi Pakkanen
2013-06-02Better error reporting for parsing errors.Jussi Pakkanen
2013-06-02Removed braces from language syntax.Jussi Pakkanen
2013-04-21Added multiline strings.Jussi Pakkanen
2013-03-10A few fixes.Jussi Pakkanen
2013-03-10Handle more eols in array construction.Jussi Pakkanen
2013-03-02Do not lose line numbers to the great void of nothingness.Jussi Pakkanen
2013-03-02No longer require backslash for line continuation inside an argument list.Jussi Pakkanen
2013-02-23Added script to compile Meson itself.Jussi Pakkanen
2013-02-23Final piece of renaming (hopefully).Jussi Pakkanen