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