Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lexer: support tokens for equal and not equal. | franck cuny | 2020-01-11 | 2 | -2/+39 |
* | token: add tokens for equal and not equal. | franck cuny | 2020-01-11 | 1 | -0/+3 |
* | lexer: test the new keywords are parsed correctly. | franck cuny | 2020-01-11 | 1 | -3/+25 |
* | token: support more keywords | franck cuny | 2020-01-11 | 1 | -2/+13 |
* | token: rewrite documentation for `LookupIdent`. | franck cuny | 2020-01-11 | 1 | -3/+4 |
* | lexer: delete redundant test. | franck cuny | 2020-01-11 | 1 | -32/+1 |
* | Makefile: add a Makefile | franck cuny | 2020-01-11 | 1 | -0/+4 |
* | lexer: support more operator tokens. | franck cuny | 2020-01-11 | 2 | -1/+31 |
* | token: support more operator tokens | franck cuny | 2020-01-11 | 1 | -3/+10 |
* | lexer: initial lexer | franck cuny | 2020-01-11 | 2 | -0/+218 |
* | token: initial tokenizer. | franck cuny | 2020-01-11 | 1 | -0/+48 |
* | go.mod: create the module 'monkey' | franck cuny | 2020-01-11 | 1 | -0/+3 |
* | Add README.md, LICENSE.txt | franck cuny | 2019-12-29 | 2 | -0/+21 |
* | Initial commit | franck cuny | 2019-12-29 | 0 | -0/+0 |