Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add basic user-definable keybinds | Akshay | 2021-05-08 | 1 | -4/+9 |
* | add `export-png` primitive | Akshay | 2021-04-25 | 1 | -0/+2 |
* | introduce basic canvas primitive functions | Akshay | 2021-03-31 | 1 | -0/+3 |
* | add assert primitive; pass state in Evaluator | Akshay | 2021-03-30 | 1 | -1/+5 |
* | better parse errors; include lisp stdlib | Akshay | 2021-03-30 | 1 | -6/+19 |
* | fix: handle unterminated strings gracefully | Akshay | 2021-03-29 | 1 | -2/+2 |
* | add new brush type | Akshay | 2021-03-28 | 1 | -0/+2 |
* | implement char literals | Akshay | 2021-03-27 | 1 | -3/+17 |
* | ad display impls for parse and eval errors | Akshay | 2021-03-25 | 1 | -3/+107 |
* | rename env to eval, add div operator | Akshay | 2021-03-24 | 1 | -2/+0 |
* | add invert function and keybinds | Akshay | 2021-03-23 | 1 | -0/+1 |
* | begin work on parser | Akshay | 2021-03-20 | 1 | -0/+2 |
* | begin work on scripting lisp | Akshay | 2021-03-19 | 1 | -0/+4 |