index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
custom
/
00_syntax
Age
Commit message (
Expand
)
Author
2024-03-13
vm: rework `in` operator semantics
Jo-Philipp Wich
2022-12-02
tests: fixup testcases
Jo-Philipp Wich
2022-11-29
compiler: fix bytecode for logical assignments of properties
Jo-Philipp Wich
2022-11-22
compiler: ensure that arrow functions with block bodies return no value
Jo-Philipp Wich
2022-11-15
compiler: fix `??=`, `||=` and `&&=` logical assignment semantics
Jo-Philipp Wich
2022-10-05
lexer: fixes for regex literal parsing
Jo-Philipp Wich
2022-10-04
lexer: improve regex literal handling
Jo-Philipp Wich
2022-06-01
syntax: adjust number literal parsing and string to number conversion
Jo-Philipp Wich
2022-04-13
syntax: implement support for ES6 template literals
Jo-Philipp Wich
2022-03-23
treewide: replace some leftover "utpl" occurrences, update .gitignore
Jo-Philipp Wich
2022-03-15
tests: 21_regex_literals: generalize syntax error test case
Jo-Philipp Wich
2022-03-07
syntax: support add new operators
Jo-Philipp Wich
2022-01-04
treewide: rework numeric value handling
Jo-Philipp Wich
2021-12-01
syntax: disallow keywords in object property shorthand notation
Jo-Philipp Wich
2021-10-11
syntax: introduce optional chaining operators
Jo-Philipp Wich
2021-05-11
compiler: fix local for-loop initializer variable declarations
Jo-Philipp Wich
2021-05-04
syntax: implement support for 'use strict' pragma
Jo-Philipp Wich
2021-04-25
treewide: rework internal data type system
Jo-Philipp Wich
2021-04-23
tests: create custom tests from current tests cases
Petr Štetiar