Forked and more actively developed tengo version
Find a file
2019-01-09 17:18:37 -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 type conversion builtin functions: string(), int(), bool(), float(), char() 2019-01-09 17:18:37 -08:00
parser type conversion builtin functions: string(), int(), bool(), float(), char() 2019-01-09 17:18:37 -08:00
scanner token.CHAR -> token.Char, token.STRING -> token.String 2019-01-09 08:58:18 -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 type conversion builtin functions: string(), int(), bool(), float(), char() 2019-01-09 17:18:37 -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