Kurangu is an interpreter which interprets the kurangu programming language. This is a fun project to learn how language interpreters work and to get familiar with the arcane dark secrets of the Go programming language.
The REPL for the kurangu language is under development and the early release of the REPL helps to evaluate the power of the lexer. The REPL currently helps to identify the keywords and identifiers supported by the language.