aboutsummaryrefslogtreecommitdiff
path: root/mparser.py
AgeCommit message (Expand)AuthorFilesLines
2015-06-08Give clear error message if someone tries to use double quotes. Closes #144.Jussi Pakkanen1-0/+3
2015-05-09Handle then unary negation operator.Jussi Pakkanen1-1/+10
2015-05-09Fix cross compilation tests.Jussi Pakkanen1-1/+1
2015-03-26Yo dawg, can embed quoted single quotes inside quotes.Jussi Pakkanen1-4/+4
2015-03-15Parse arguments iteratively instead of recursively to support argument lists ...Jussi Pakkanen1-20/+24
2015-01-25Removed shebang lines from files that are not executable.Jussi Pakkanen1-12/+0
2014-11-16Harmonised copyright declarations.Jussi Pakkanen1-2/+1
2014-11-16Add number, string and array arithmeticRobin McCorkell1-14/+54
2014-11-05Dafuq?Jussi Pakkanen1-2/+0
2014-11-05Implement a foreach loop construct. Closes #17.Jussi Pakkanen1-1/+24
2014-09-19Can chain multiple logical operations in a row.Jussi Pakkanen1-4/+4
2014-08-07Kill end of line whitespace dead.Jussi Pakkanen1-2/+2
2014-05-26Parse function and method calls properly.Jussi Pakkanen1-4/+4
2014-03-31Some cleanups.Jussi Pakkanen1-3/+3
2014-03-17The final renaming.Jussi Pakkanen1-0/+468
2014-03-17Kill ply dependency dead.Jussi Pakkanen1-291/+0
2014-03-09Kill shift/reduce conflict dead.Jussi Pakkanen1-8/+0
2014-03-09A code block can be empty.Jussi Pakkanen1-6/+4
2013-08-10Precedence fix.Jussi Pakkanen1-1/+1
2013-07-30Variable names can begin with an underscore.Jussi Pakkanen1-1/+1
2013-07-27Cleaner, simpler elif.Jussi Pakkanen1-1/+1
2013-07-27Some sort of elif implementation.Jussi Pakkanen1-0/+5
2013-07-27Can do logical negation.Jussi Pakkanen1-0/+5
2013-07-27Can do logical or.Jussi Pakkanen1-1/+5
2013-07-27Can do logical and.Jussi Pakkanen1-0/+21
2013-07-25Do not access non-existing member variable.Jussi Pakkanen1-1/+3
2013-06-30Can invoke methods on general statements and not just variable names.Jussi Pakkanen1-1/+1
2013-06-20Removed -tt, which is not necessary with Python 3.Jussi Pakkanen1-2/+0
2013-06-02Better error reporting for parsing errors.Jussi Pakkanen1-3/+8
2013-06-02Removed braces from language syntax.Jussi Pakkanen1-4/+0
2013-04-21Added multiline strings.Jussi Pakkanen1-0/+12
2013-03-10A few fixes.Jussi Pakkanen1-0/+4
2013-03-10Handle more eols in array construction.Jussi Pakkanen1-2/+10
2013-03-02Do not lose line numbers to the great void of nothingness.Jussi Pakkanen1-7/+7
2013-03-02No longer require backslash for line continuation inside an argument list.Jussi Pakkanen1-4/+14
2013-02-23Added script to compile Meson itself.Jussi Pakkanen1-12/+9
2013-02-23Final piece of renaming (hopefully).Jussi Pakkanen1-0/+234