Forked and more actively developed tengo version
Find a file
2019-01-09 19:07:03 -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 initial version of "tengo" CLI tool 2019-01-09 13:49:50 -08:00
compiler type conversion builtin functions: string(), int(), bool(), float(), char() 2019-01-09 17:18:37 -08:00
objects add objects.Callable 2019-01-09 19:07:03 -08:00
parser fix parsing and equality bug of "undefined" 2019-01-09 17:26:30 -08:00
scanner fix parsing and equality bug of "undefined" 2019-01-09 17:26:30 -08:00
script update script package 2019-01-09 12:39:40 -08:00
token type conversion builtin functions: string(), int(), bool(), float(), char() 2019-01-09 17:18:37 -08:00
vm add objects.Callable 2019-01-09 19:07:03 -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