Issues
- 1
Is Tengo production-ready?
#450 opened by matwachich - 2
[question] How can I register native type into script?
#441 opened by ckcfcc - 0
Does the tengo file support obtaining coverage?
#449 opened by gjxgjxgjxgjx - 0
Map-object methods
#448 opened by surdeus - 0
Is there a plan to develop a VSCode plugin for Tengo to support Tengo code debugging?
#447 opened by wlxwlxwlx - 0
- 2
- 0
- 0
Lack of means to obtain vm context
#434 opened by libla - 13
bug:invalid jump position:0
#431 opened by wlxwlxwlx - 1
binaryop and equals diff
#432 opened by KaranaLJX - 1
FromInterface support
#430 opened by KaranaLJX - 1
Support for centralized configuration and shared variables in separate Tengo scripts
#428 opened by pokeyaro - 0
- 4
- 1
Ability to call a CompiledFunc from a UserFunc @kcsampson this functionality is now available in the `tengo2` branch. The `Callable` interface and `CallableFunc` signatures have changed, so you might need to update your code to support that, but you will be able to call back to tengo code from go code provided you make the call from the same goroutine the VM is running on.
#420 opened by kcsampson - 2
Isolated VM possible ?
#418 opened by TerminalFi - 4
a map with 10000 keys: panic: runtime error: index out of range [2048] with length 2048
#402 opened by txthinking - 2
Changing Owners?
#417 opened by runeimp - 0
Any plan to add settrace() functionality to VM?
#415 opened by shiyuge - 0
[Performance Improvement] Using pool to avoid stack and frames memory allocation
#412 opened by AprilFiv - 0
- 0
- 0
- 0
Is there a example on the use of `Regexp`
#406 opened by carmel - 0
Add examples to the times library
#396 opened by NAICOLAS - 1
- 1
Debugging: Ability to set a breakpoint and trace?
#384 opened by gunnsth - 3
Runtime panic on self assignment
#386 opened by beoran - 2
Question : multiple export
#385 opened by backyio - 0
All ints are parsed in base 10
#363 opened by qzb - 1
- 2
- 4
How to solve precision problem in tengo?
#379 opened by yayakoBlessing - 2
- 0
Feature Request: Godoc-esque functionality
#373 opened by michaeltlombardi - 2
- 2
Help me understand VM recursion
#369 opened by moisespsena - 0
Convert error and immutable to builtin functions
#368 opened by qzb - 0
Missing user function name in some error messages
#365 opened by qzb - 0
Language server support
#362 opened by iFrozenPhoenix - 11
Self references to fields within maps
#360 opened by iFrozenPhoenix - 3
- 1
how to destory tengo script
#353 opened by dwdcth - 3
stdlib.fmt.println not behaving like fmt.Println
#352 opened by abck - 0
FYI: simple http-server module
#357 opened by damiva - 0
bug: for string,endless loop
#354 opened by macheal - 1
how to dynamic import script from url
#351 opened by gnodux - 4
- 0
Dynamically generated code for import
#348 opened by bfreis