aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/exp/monkey/pkg (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-10lint: fix a few issuesFranck Cuny3-1/+4
2020-01-11repl: support a simple REPL for some early testingfranck cuny1-0/+29
2020-01-11lexer: support tokens for equal and not equal.franck cuny2-2/+39
2020-01-11token: add tokens for equal and not equal.franck cuny1-0/+3
2020-01-11lexer: test the new keywords are parsed correctly.franck cuny1-3/+25
2020-01-11token: support more keywordsfranck cuny1-2/+13
2020-01-11token: rewrite documentation for `LookupIdent`.franck cuny1-3/+4
2020-01-11lexer: delete redundant test.franck cuny1-32/+1
2020-01-11lexer: support more operator tokens.franck cuny2-1/+31
2020-01-11token: support more operator tokensfranck cuny1-3/+10
2020-01-11lexer: initial lexerfranck cuny2-0/+218
2020-01-11token: initial tokenizer.franck cuny1-0/+48