index
:
ucode
build1
crypto
master
The ucode Scripting Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
README.md
Age
Commit message (
Expand
)
Author
2021-06-08
lib: implement b64enc() and b64dec() functions
Jo-Philipp Wich
2021-06-07
lib: implement min() and max() functions
Jo-Philipp Wich
2021-06-04
lib: implement `sourcepath()` function
Jo-Philipp Wich
2021-05-18
syntax: introduce `const` support
Jo-Philipp Wich
2021-05-18
syntax: implement `delete` as proper operator
Jo-Philipp Wich
2021-05-18
lib: implement wildcard() function
Jo-Philipp Wich
2021-05-11
lib: implement regexp(), a function to construct regexp instances at runtime
Jo-Philipp Wich
2021-05-10
lib: implement render(), an include variant capturing output in a string
Jo-Philipp Wich
2021-05-04
lib: implement assert()
Jo-Philipp Wich
2021-05-04
lib: add support for pretty printing JSON to printf() and sprintf()
Jo-Philipp Wich
2021-04-21
lib: implement sleep(ms) function
Jo-Philipp Wich
2021-03-08
lib: retain prototype when passing scopes to include()
Jo-Philipp Wich
2021-03-08
lib: introduce new proto() ucode function
Jo-Philipp Wich
2021-03-08
README.md: document trace() function
Jo-Philipp Wich
2020-11-19
treewide: rebrand to ucode
Jo-Philipp Wich
2020-11-16
lib: extend length() to handle objects
Jo-Philipp Wich
2020-11-16
lib: extend ord() to allow reading byte values at arbitrary indexes
Jo-Philipp Wich
2020-11-16
README.md: fix typos
Jo-Philipp Wich
2020-11-16
lib: add system() function
Jo-Philipp Wich
2020-10-06
lib: add warn() function
Jo-Philipp Wich
2020-10-02
lib: add include() function
Jo-Philipp Wich
2020-09-26
lib: add json() function
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-08-22
lib.c: add printf and sprintf functions
Jo-Philipp Wich
2020-08-21
README.md: add a couple of typo and syntax fixes
Jo-Philipp Wich
2020-08-21
Add README.md
Jo-Philipp Wich