summaryrefslogtreecommitdiff
path: root/mparser.py
Commit message (Expand)AuthorAgeFilesLines
* Organise files into a module structure.Jussi Pakkanen2016-01-151-565/+0
* Add support for subscripting array objects with [].Jussi Pakkanen2015-08-191-2/+21
* Created the += operator.Jussi Pakkanen2015-08-141-1/+15
* Give clear error message if someone tries to use double quotes. Closes #144.Jussi Pakkanen2015-06-081-0/+3
* Handle then unary negation operator.Jussi Pakkanen2015-05-091-1/+10
* Fix cross compilation tests.Jussi Pakkanen2015-05-091-1/+1
* Yo dawg, can embed quoted single quotes inside quotes.Jussi Pakkanen2015-03-261-4/+4
* Parse arguments iteratively instead of recursively to support argument lists ...Jussi Pakkanen2015-03-151-20/+24
* Removed shebang lines from files that are not executable.Jussi Pakkanen2015-01-251-12/+0
* Harmonised copyright declarations.Jussi Pakkanen2014-11-161-2/+1
* Add number, string and array arithmeticRobin McCorkell2014-11-161-14/+54
* Dafuq?Jussi Pakkanen2014-11-051-2/+0
* Implement a foreach loop construct. Closes #17.Jussi Pakkanen2014-11-051-1/+24
* Can chain multiple logical operations in a row.Jussi Pakkanen2014-09-191-4/+4
* Kill end of line whitespace dead.Jussi Pakkanen2014-08-071-2/+2
* Parse function and method calls properly.Jussi Pakkanen2014-05-261-4/+4
* Some cleanups.Jussi Pakkanen2014-03-311-3/+3
* The final renaming.Jussi Pakkanen2014-03-171-0/+468
* Kill ply dependency dead.Jussi Pakkanen2014-03-171-291/+0
* Kill shift/reduce conflict dead.Jussi Pakkanen2014-03-091-8/+0
* A code block can be empty.Jussi Pakkanen2014-03-091-6/+4
* Precedence fix.Jussi Pakkanen2013-08-101-1/+1
* Variable names can begin with an underscore.Jussi Pakkanen2013-07-301-1/+1
* Cleaner, simpler elif.Jussi Pakkanen2013-07-271-1/+1
* Some sort of elif implementation.Jussi Pakkanen2013-07-271-0/+5
* Can do logical negation.Jussi Pakkanen2013-07-271-0/+5
* Can do logical or.Jussi Pakkanen2013-07-271-1/+5
* Can do logical and.Jussi Pakkanen2013-07-271-0/+21
* Do not access non-existing member variable.Jussi Pakkanen2013-07-251-1/+3
* Can invoke methods on general statements and not just variable names.Jussi Pakkanen2013-06-301-1/+1
* Removed -tt, which is not necessary with Python 3.Jussi Pakkanen2013-06-201-2/+0
* Better error reporting for parsing errors.Jussi Pakkanen2013-06-021-3/+8
* Removed braces from language syntax.Jussi Pakkanen2013-06-021-4/+0
* Added multiline strings.Jussi Pakkanen2013-04-211-0/+12
* A few fixes.Jussi Pakkanen2013-03-101-0/+4
* Handle more eols in array construction.Jussi Pakkanen2013-03-101-2/+10
* Do not lose line numbers to the great void of nothingness.Jussi Pakkanen2013-03-021-7/+7
* No longer require backslash for line continuation inside an argument list.Jussi Pakkanen2013-03-021-4/+14
* Added script to compile Meson itself.Jussi Pakkanen2013-02-231-12/+9
* Final piece of renaming (hopefully).Jussi Pakkanen2013-02-231-0/+234