about summary refs log tree commit diff
path: root/users/fcuny/exp/monkey/pkg/lexer (follow)
Commit message (Expand)AuthorAgeFilesLines
* lint: fix a few issuesFranck Cuny2021-05-101-0/+1
* lexer: support tokens for equal and not equal.franck cuny2020-01-112-2/+39
* lexer: test the new keywords are parsed correctly.franck cuny2020-01-111-3/+25
* lexer: delete redundant test.franck cuny2020-01-111-32/+1
* lexer: support more operator tokens.franck cuny2020-01-112-1/+31
* lexer: initial lexerfranck cuny2020-01-112-0/+218