COMMITS
July 29, 2026
C
Fix local function self-recursion (#225)
clubbotguin committed
D
feat: export luerlstate/0 and luerldata/0 types (#224)
Daniel Widgren committed
December 3, 2025
R
Set version to 1.5.1
Robert Virding committed
November 22, 2025
D
fix: illegal_token displaying integer value instead of characters
Dave Lucia committed
November 23, 2025
D
fix: badges and logo in documentation (#222)
Dave Lucia committed
August 1, 2025
R
Set version to 1.5.0
Robert Virding committed
July 21, 2025
R
A few small changes and improvements
Robert Virding committed
July 19, 2025
R
Fix luerl_scan is Lua complinat and doesn't do utf-8 encoding
Robert Virding committed
R
Add the first version of luerl_io with some basic io functions
Robert Virding committed
July 4, 2025
R
Clean up the parser and fix handling of local functions
Robert Virding committed
July 2, 2025
R
Fix scanner to do Lua compliant numbers and strings
Robert Virding committed
June 9, 2025
R
Improve handling of string.format %d, %i, %o, %u and %x/%X
Robert Virding committed
June 7, 2025
R
Improve handling of string.format %q and %s
Robert Virding committed
R
Add attributes to syntax for local variables
Robert Virding committed
R
Fix handling unicode when scanning strings
Robert Virding committed
R
Fix loading files in compiler so characters are handled correctly
Robert Virding committed
R
Fix handling of string.format %q
Robert Virding committed
July 5, 2025
R
Update luerl.hrl in include to be the same as the one in src
Robert Virding committed
June 20, 2025
R
Fix the type specs to make dialyzer happy
Robert Virding committed
May 25, 2025
R
Improve documentation info in files
Robert Virding committed
May 21, 2025
R
First version of new docs to test and demonstrate
Robert Virding committed
June 17, 2025
D
chore: fix discord invite link
Dave Lucia committed
June 5, 2025
D
chore: remove slack link, add discord
Dave Lucia committed
May 29, 2025
R
Make tostring also handle __tostring and __name metakeys
Robert Virding committed
May 13, 2025
D
fix: remove decoding of atoms
Dave Lucia committed
May 11, 2025
L
Add Dialyzer to CI, clean up a few warnings (#212)
Lincoln Bryant committed
May 9, 2025
L
Remove stale luerl_new reference (#211)
Lincoln Bryant committed
May 7, 2025
D
chore: move doc to doc_legacy so it doesn't collide with ex_doc (#210)
Dave Lucia committed
May 6, 2025
D
fix: pcall handle binary error messages (#209)
Dave Lucia committed
D
fix: allow called functions to propagate errors (#207)
Dave Lucia committed