index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ast.c
Age
Commit message (
Expand
)
Author
2020-11-05
syntax: implement ES6-like arrow function syntax
Jo-Philipp Wich
2020-11-03
syntax: implement ES6-like rest parameters for variadic functions
Jo-Philipp Wich
2020-11-02
ast: avoid null pointer deref in ut_new_exception()
Jo-Philipp Wich
2020-10-31
ast: fix potential null pointer deref in ut_free()
Jo-Philipp Wich
2020-10-19
eval: record correct source contexts in call stack
Jo-Philipp Wich
2020-10-19
ast: fix scope double free in ut_free()
Jo-Philipp Wich
2020-10-18
ast, eval: add recursion limit
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
treewide: rework exception context formatting
Jo-Philipp Wich
2020-10-06
ast, eval: track current file name across function invocations
Jo-Philipp Wich
2020-10-06
ast: fix refcount imbalance when releasing scopes
Jo-Philipp Wich
2020-10-04
treewide: rework function scoping
Jo-Philipp Wich
2020-10-02
ast: store function declarations as opcode offsets
Jo-Philipp Wich
2020-10-02
treewide: rework handling of memory allocation failures
Jo-Philipp Wich
2020-10-02
main: track current template filename during execution
Jo-Philipp Wich
2020-09-26
lib: implement '%J' printf format
Jo-Philipp Wich
2020-09-24
syntax: add regular expression support
Jo-Philipp Wich
2020-09-20
treewide: rework extended type handling
Jo-Philipp Wich
2020-09-20
ast: fix context value leak
Jo-Philipp Wich
2020-09-20
Revert "treewide: rework exception handling"
Jo-Philipp Wich
2020-09-16
treewide: rework exception handling
Jo-Philipp Wich
2020-09-10
treewide: eliminate unused function arguments
Jo-Philipp Wich
2020-09-08
ast: only invoke extended type dtor if data pointer is set
Jo-Philipp Wich
2020-09-06
treewide: refactor internal AST structures
Jo-Philipp Wich
2020-09-02
treewide: rename double and null value constructor functions
Jo-Philipp Wich
2020-09-02
ast, eval: add tagged object handling
Jo-Philipp Wich
2020-09-02
ast: add functionality to deal with extended data types
Jo-Philipp Wich
2020-08-24
treewide: remove unneeded libubox dependency
Jo-Philipp Wich
2020-08-21
Initial commit
Jo-Philipp Wich