aboutsummaryrefslogtreecommitdiff
path: root/src/Parser.hs
Commit message (Expand)AuthorAgeFilesLines
* allow multiline expressionspretty-errorsAkshay2020-10-131-2/+5
* fix dotted lists againAkshay2020-10-121-1/+1
* parse signed ints and floats correctlyAkshay2020-10-121-6/+18
* handle lists and dottedlists without backtrackingAkshay2020-10-111-19/+15
* add quasiquote, unquote modifiers, basic boolean operationsAkshay2020-10-101-12/+19
* add experimental floating point handlingAkshay2020-10-091-6/+6
* initAkshay2020-10-081-0/+101