about summary refs log tree commit diff
path: root/users/fcuny/exp/monkey/pkg (follow)
Commit message (Expand)AuthorAgeFilesLines
* lint: fix a few issuesFranck Cuny2021-05-103-1/+4
* repl: support a simple REPL for some early testingfranck cuny2020-01-111-0/+29
* lexer: support tokens for equal and not equal.franck cuny2020-01-112-2/+39
* token: add tokens for equal and not equal.franck cuny2020-01-111-0/+3
* lexer: test the new keywords are parsed correctly.franck cuny2020-01-111-3/+25
* token: support more keywordsfranck cuny2020-01-111-2/+13
* token: rewrite documentation for `LookupIdent`.franck cuny2020-01-111-3/+4
* lexer: delete redundant test.franck cuny2020-01-111-32/+1
* lexer: support more operator tokens.franck cuny2020-01-112-1/+31
* token: support more operator tokensfranck cuny2020-01-111-3/+10
* lexer: initial lexerfranck cuny2020-01-112-0/+218
* token: initial tokenizer.franck cuny2020-01-111-0/+48