Forked and more actively developed tengo version
Find a file
2019-01-11 00:53:04 -08:00
assert initial commit 2019-01-08 23:17:42 -08:00
ast type conversion builtin functions: string(), int(), bool(), float(), char() 2019-01-09 17:18:37 -08:00
cmd variable definition (operator ":=") is now required not optional 2019-01-10 22:34:28 -08:00
compiler variable definition (operator ":=") is now required not optional 2019-01-10 22:34:28 -08:00
objects add objects.Callable 2019-01-09 19:07:03 -08:00
parser fix CharLit parser bug 2019-01-10 02:45:20 -08:00
scanner fix parsing and equality bug of "undefined" 2019-01-09 17:26:30 -08:00
script variable definition (operator ":=") is now required not optional 2019-01-10 22:34:28 -08:00
token type conversion builtin functions: string(), int(), bool(), float(), char() 2019-01-09 17:18:37 -08:00
vm tail call optimization 2019-01-11 00:53:04 -08:00
.gitignore initial commit 2019-01-08 23:17:42 -08:00
Makefile initial commit 2019-01-08 23:17:42 -08:00
tengo.go initial version of "tengo" CLI tool 2019-01-09 13:49:50 -08:00