index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
02_runtime
Age
Commit message (
Expand
)
Author
2021-04-23
tests: create custom tests from current tests cases
Petr Štetiar
2021-02-17
treewide: rewrite ucode interpreter
Jo-Philipp Wich
2020-11-30
tests: fix testcases
Jo-Philipp Wich
2020-11-19
tests: prefer `let` over `local`
Jo-Philipp Wich
2020-10-19
eval: record correct source contexts in call stack
Jo-Philipp Wich
2020-10-18
ast, eval: add recursion limit
Jo-Philipp Wich
2020-10-18
eval: fix segmentation faults with self-invoking functions
Jo-Philipp Wich
2020-10-15
syntax: allow consecutive case values
Jo-Philipp Wich
2020-10-14
treewide: unify error handling
Jo-Philipp Wich
2020-10-14
treewide: rework source file and callstack handling
Jo-Philipp Wich
2020-10-14
lexer: rewrite
Jo-Philipp Wich
2020-10-06
eval: properly break out of switch/case on return/continue/exception
Jo-Philipp Wich
2020-10-06
eval: restore context pointer of first evaluated dot/bracket expression
Jo-Philipp Wich
2020-10-04
treewide: rework function scoping
Jo-Philipp Wich
2020-09-22
syntax: allow empty switch statements
Jo-Philipp Wich
2020-09-21
tests: add try/catch testcase
Jo-Philipp Wich
2020-09-21
tests: fix `this` context testcase
Jo-Philipp Wich
2020-09-15
tests: add test for "this" context
Jo-Philipp Wich
2020-09-14
tests: add initial runtime tests
Jo-Philipp Wich