xgo PHP-like preprocessor
Find a file
2024-02-26 23:04:47 +05:00
tests feat: added interface to implement making possible to use other interpreter implementations and also for the standard Tengo implementation added way to import scripts. 2024-02-26 23:04:47 +05:00
.gitignore init 2024-02-26 02:22:09 +05:00
build.sh init 2024-02-26 02:22:09 +05:00
errors.go init 2024-02-26 02:22:09 +05:00
eval.go feat: added interface to implement making possible to use other interpreter implementations and also for the standard Tengo implementation added way to import scripts. 2024-02-26 23:04:47 +05:00
go.mod init 2024-02-26 02:22:09 +05:00
go.sum init 2024-02-26 02:22:09 +05:00
main.go feat: added interface to implement making possible to use other interpreter implementations and also for the standard Tengo implementation added way to import scripts. 2024-02-26 23:04:47 +05:00
tengo.go feat: added interface to implement making possible to use other interpreter implementations and also for the standard Tengo implementation added way to import scripts. 2024-02-26 23:04:47 +05:00
tool.go feat: added interface to implement making possible to use other interpreter implementations and also for the standard Tengo implementation added way to import scripts. 2024-02-26 23:04:47 +05:00