aboutsummaryrefslogtreecommitdiff
path: root/src/lisp/lex.rs
Commit message (Expand)AuthorAgeFilesLines
* apply clippy lintsAkshay2021-04-061-15/+10
* draw grid and pixmap boundary separatelyAkshay2021-04-061-2/+2
* better parse errors; include lisp stdlibAkshay2021-03-301-8/+14
* fix: handle unterminated strings gracefullyAkshay2021-03-291-1/+7
* implement char literalsAkshay2021-03-271-4/+21
* use new error kinds; track Environment nesting with stackAkshay2021-03-251-8/+56
* allow minus operator, improve display for exprsAkshay2021-03-241-1/+6
* expose functions to lisp interface, add primitives with macrosAkshay2021-03-231-4/+1
* begin work on parserAkshay2021-03-201-7/+7
* begin work on scripting lispAkshay2021-03-191-0/+303