Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add "break" for breaking out of loops | Přemysl Janouch | 2017-05-21 | 1 | -4/+25 | |
* | set() can unset now | Přemysl Janouch | 2017-05-21 | 1 | -21/+27 | |
* | Fix memory leak on evaluation error | Přemysl Janouch | 2017-05-21 | 1 | -0/+3 | |
* | Fix missing argument values | Přemysl Janouch | 2017-05-21 | 1 | -7/+8 | |
* | Fix invalid memory access in debug code | Přemysl Janouch | 2017-05-21 | 1 | -6/+5 | |
* | Fix for, map, filter | Přemysl Janouch | 2017-05-21 | 1 | -22/+29 | |
* | Make ; a synonym for a newline | Přemysl Janouch | 2017-05-21 | 1 | -3/+3 | |
* | Slightly fix fn_concatenate() | Přemysl Janouch | 2017-05-21 | 1 | -2/+2 | |
* | Implement if, for, map, filter | Přemysl Janouch | 2017-05-21 | 1 | -33/+159 | |
* | Do away with POSIX | Přemysl Janouch | 2017-05-21 | 1 | -12/+6 | |
* | Decided: () is our nil/undef | Přemysl Janouch | 2017-05-21 | 1 | -2/+4 | |
* | General cleanup | Přemysl Janouch | 2017-05-21 | 1 | -107/+86 | |
* | General cleanup | Přemysl Janouch | 2017-05-21 | 1 | -34/+22 | |
* | Rethink the parse() function | Přemysl Janouch | 2017-05-21 | 1 | -30/+27 | |
* | Add allocation error handling to the parser | Přemysl Janouch | 2017-05-21 | 1 | -40/+56 | |
* | Mark memory allocation issues in the parser | Přemysl Janouch | 2017-05-21 | 1 | -6/+10 | |
* | Parsing should not create a new list | Přemysl Janouch | 2017-05-21 | 1 | -4/+4 | |
* | Get rid of lexer_error() | Přemysl Janouch | 2017-05-21 | 1 | -21/+15 | |
* | Move memory allocation out of the lexer | Přemysl Janouch | 2017-05-21 | 1 | -30/+41 | |
* | Formatting | Přemysl Janouch | 2017-05-21 | 1 | -15/+3 | |
* | Load scripts from files | Přemysl Janouch | 2017-05-21 | 1 | -29/+40 | |
* | Various cleanup | Přemysl Janouch | 2017-05-21 | 1 | -52/+73 | |
* | Various mostly safety fixes | Přemysl Janouch | 2017-05-21 | 1 | -24/+34 | |
* | Hello world works | Přemysl Janouch | 2017-05-21 | 1 | -74/+174 | |
* | Improve robustness | Přemysl Janouch | 2017-05-21 | 1 | -3/+3 | |
* | Split native functions from non-native | Přemysl Janouch | 2017-05-21 | 1 | -99/+111 | |
* | Implement debug print of parsed program | Přemysl Janouch | 2017-05-21 | 1 | -25/+46 | |
* | Write the parser | Přemysl Janouch | 2017-05-21 | 1 | -27/+199 | |
* | Make sure the lexer works | Přemysl Janouch | 2017-05-21 | 1 | -21/+36 | |
* | Make it compile | Přemysl Janouch | 2017-05-21 | 1 | -42/+16 | |
* | Get rid of the "script" parser | Přemysl Janouch | 2017-05-21 | 1 | -259/+38 | |
* | Make this look like a project | Přemysl Janouch | 2017-05-21 | 1 | -0/+19 | |
* | Initial commit | Přemysl Janouch | 2017-05-21 | 1 | -0/+913 |