aboutsummaryrefslogtreecommitdiff
path: root/src/lang/lexer.clj (follow)
Commit message (Collapse)AuthorAgeFilesLines
* + Added single-line comments.Eduardo Julian2014-11-281-4/+51
| | | + Added multi-line comments, with nesting.
* + Can now define functions.Eduardo Julian2014-11-261-22/+33
| | | % However, they currently access Clojure's environment, instead of the interpreter's.
* + Can lex basic tokens.Eduardo Julian2014-11-251-0/+60
+ Can parse basic syntax. + Can eval integer multiplication.