aboutsummaryrefslogtreecommitdiff
path: root/src/lisp/lex.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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