about summary refs log tree commit diff
path: root/users/fcuny/exp/monkey/pkg/lexer/lexer.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lexer: initial lexerfranck cuny2020-01-111-0/+114
The initial lexer for the monkey language. We only support a small subset at this stage. We have some simple tests to ensure that we can parse some small snippet, and that the minimum number of tokens we need are also all supported correctly.