L1VM (3.6.3)
Bugfixes in some modules. Marked return stpush for the new linter function tool.
-- Stefan Pietzonke info@midnight-coding.de Wed 3 June 2026 22:40 +020
L1VM (3.6.2)
Added "linter-autogen": l1vm-cfunc and l1vm-func.
With these tools a linter header file with the function definitions can be created.
Here is an example:
// (func args nanoid_create int64)
// (return args nanoid_create none)
// (func args nanoid_create_custom int64 int64 int64)
// (return args nanoid_create_custom none)
See the README file!
NetBSD install scripts update to use pkgin with "-4" IP version 4 flag.
-- Stefan Pietzonke info@midnight-coding.de Mon 25 May 2026 20:48 +020
L1VM (3.6.1)
Compiler: memory leak fixed.
-- Stefan Pietzonke info@midnight-coding.de Sat 16 May 2026 18:09 +020