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
2022-12-13
README.md: various spelling and documentation fixes
Jo-Philipp Wich
2022-11-04
add cmake to install requires for debian
jsz
2022-10-04
lib: implement slice() function
Jo-Philipp Wich
2022-09-05
lib: add limit support to split() and replace()
Jo-Philipp Wich
2022-08-29
lib: extend render() to support function values
Jo-Philipp Wich
2022-08-29
lib: improve getenv() and split() implementations
Jo-Philipp Wich
2022-08-24
lib: introduce three new functions call(), loadstring() and loadfile()
Jo-Philipp Wich
2022-08-24
README.md: document gc() function
Jo-Philipp Wich
2022-05-19
lib: introduce hexenc() and hexdec()
Jo-Philipp Wich
2022-04-14
Update README.md
Jo-Philipp Wich
2022-03-28
Update README.md
Jo-Philipp Wich
2022-03-22
lib: add date and time related functions
Jo-Philipp Wich
2022-02-11
lib: change `ord()` to always return single byte value
Jo-Philipp Wich
2022-01-07
lib: implement uniq() function
Jo-Philipp Wich
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