about summary refs log tree commit diff
path: root/users/fcuny/exp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix(fcuny/monkey): remove unneeded filesFranck Cuny2022-05-292-21/+0
* readme: convert to org-modeFranck Cuny2021-05-102-1/+3
* lint: fix a few issuesFranck Cuny2021-05-103-1/+4
* git: ignore binary for the REPLFranck Cuny2021-05-101-0/+1
* repl: support a simple REPL for some early testingfranck cuny2020-01-112-0/+41
* 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
* Makefile: add a Makefilefranck cuny2020-01-111-0/+4
* 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
* go.mod: create the module 'monkey'franck cuny2020-01-111-0/+3
* Add README.md, LICENSE.txtfranck cuny2019-12-292-0/+21