| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add clang-format configuration, clean up | Přemysl Eric Janouch | 2021-11-06 | 1 | -46/+53 | 
| * | Name change | Přemysl Eric Janouch | 2020-09-28 | 1 | -1/+1 | 
| * | C: add const specifiers where appropriate | Přemysl Janouch | 2018-10-10 | 1 | -17/+23 | 
| * | Fix an apparent memory leak | Přemysl Janouch | 2018-10-09 | 1 | -3/+2 | 
| * | Cleanup | Přemysl Janouch | 2018-10-09 | 1 | -4/+4 | 
| * | Sanitize error message in "throw" | Přemysl Janouch | 2018-10-09 | 1 | -1/+1 | 
| * | Fix typo | Přemysl Janouch | 2018-10-09 | 1 | -1/+1 | 
| * | Relicense to 0BSD, update mail address | Přemysl Janouch | 2018-06-24 | 1 | -3/+2 | 
| * | _init() and _INITIALIZER -> _make() | Přemysl Janouch | 2017-06-22 | 1 | -21/+20 | 
| * | Make the printer generic | Přemysl Janouch | 2017-06-01 | 1 | -41/+72 | 
| * | Skip \r as whitespace | Přemysl Janouch | 2017-06-01 | 1 | -1/+1 | 
| * | The great librarificating rename | Přemysl Janouch | 2017-05-30 | 1 | -611/+628 | 
| * | "quote" -> "block" | Přemysl Janouch | 2017-05-30 | 1 | -9/+7 | 
| * | Fix regression in multiplication | Přemysl Janouch | 2017-05-28 | 1 | -1/+1 | 
| * | Remove suck | Přemysl Janouch | 2017-05-26 | 1 | -82/+84 | 
| * | Implement dynamic scoping | Přemysl Janouch | 2017-05-26 | 1 | -34/+74 | 
| * | Simplify ".." | Přemysl Janouch | 2017-05-26 | 1 | -3/+1 | 
| * | Add "values" | Přemysl Janouch | 2017-05-26 | 1 | -0/+5 | 
| * | Make and/or more useful | Přemysl Janouch | 2017-05-26 | 1 | -10/+23 | 
| * | Simplify runtime library initialization | Přemysl Janouch | 2017-05-25 | 1 | -62/+51 | 
| * | Finish implementation of printing | Přemysl Janouch | 2017-05-25 | 1 | -32/+99 | 
| * | Fix "if" | Přemysl Janouch | 2017-05-25 | 1 | -11/+18 | 
| * | Replace for/break with a try/throw mechanism | Přemysl Janouch | 2017-05-25 | 1 | -41/+6 | 
| * | Cleanup | Přemysl Janouch | 2017-05-25 | 1 | -2/+2 | 
| * | Add try/throw | Přemysl Janouch | 2017-05-25 | 1 | -0/+34 | 
| * | Fix "-" | Přemysl Janouch | 2017-05-25 | 1 | -1/+6 | 
| * | Add "parse" | Přemysl Janouch | 2017-05-25 | 1 | -0/+16 | 
| * | Make setting "set" also return the value | Přemysl Janouch | 2017-05-25 | 1 | -0/+1 | 
| * | Get rid of "error_is_fatal" | Přemysl Janouch | 2017-05-25 | 1 | -2/+0 | 
| * | Simplify truthy() | Přemysl Janouch | 2017-05-24 | 1 | -3/+1 | 
| * | Make the lexer follow an unsigned string | Přemysl Janouch | 2017-05-24 | 1 | -6/+6 | 
| * | Simplify the lexer | Přemysl Janouch | 2017-05-24 | 1 | -73/+40 | 
| * | Simplify item management | Přemysl Janouch | 2017-05-24 | 1 | -27/+8 | 
| * | "filter" is not a primitive | Přemysl Janouch | 2017-05-23 | 1 | -31/+2 | 
| * | Fix "unless" | Přemysl Janouch | 2017-05-21 | 1 | -2/+1 | 
| * | Refactor argument saving | Přemysl Janouch | 2017-05-21 | 1 | -16/+16 | 
| * | Specify argument in which an error happened | Přemysl Janouch | 2017-05-21 | 1 | -9/+23 | 
| * | Remove some ancient stupidity | Přemysl Janouch | 2017-05-21 | 1 | -40/+36 | 
| * | Reorganize evaluation code | Přemysl Janouch | 2017-05-21 | 1 | -71/+67 | 
| * | Fix crash in print_tree() | Přemysl Janouch | 2017-05-21 | 1 | -1/+2 | 
| * | Allow calling literal blocks | Přemysl Janouch | 2017-05-21 | 1 | -11/+22 | 
| * | Update README | Přemysl Janouch | 2017-05-21 | 1 | -0/+1 | 
| * | Fix backtrace generation | Přemysl Janouch | 2017-05-21 | 1 | -0/+1 | 
| * | Split out the interpreter | Přemysl Janouch | 2017-05-21 | 1 | -54/+0 | 
| * | Fix combined operators | Přemysl Janouch | 2017-05-21 | 1 | -4/+4 | 
| * | Add numerical comparisons | Přemysl Janouch | 2017-05-21 | 1 | -1/+37 | 
| * | Add "ne?", "ge?", "le?", "gt?" | Přemysl Janouch | 2017-05-21 | 1 | -2/+7 | 
| * | Add "eq?" and "lt?" | Přemysl Janouch | 2017-05-21 | 1 | -1/+32 | 
| * | Add boolean operators | Přemysl Janouch | 2017-05-21 | 1 | -1/+26 | 
| * | Omit trailing zeros when not necessary | Přemysl Janouch | 2017-05-21 | 1 | -15/+15 | 
