241
I Use This!
Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Aug 28, 2025 — Aug 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new "block" syntax (DO ... END) More... almost 29 years ago
more precise error messages for compiler limits. More... almost 29 years ago
small bug. More... almost 29 years ago
optimization to handle <a.x> (new opcode). More... almost 29 years ago
definition of "PI" and modes for angles. More... almost 29 years ago
first version of Cclosures. More... almost 29 years ago
"foreach" and "foreachvar" more robust (to survive GCs), and with termination test. More... almost 29 years ago
GC now considers an "estimate" of object size, instead of just the number of objects. More... almost 29 years ago
functions may use many upvalues, to keep global values. More... almost 29 years ago
new functions "foreach" and "foreachvar" More... almost 29 years ago
macro "val" should live together with macro "ref". More... almost 29 years ago
details More... almost 29 years ago
better identification of types which are tags More... almost 29 years ago
new (smaller) prompt More... almost 29 years ago
"nupvalues" is kept in Closure, not in prototype (as a preparation for C closures...) More... almost 29 years ago
details More... almost 29 years ago
more uniform treatment to opcode variants. More... almost 29 years ago
using bison instead of yacc; lparser.c renamed to lstx.c (to avoid confusion with lparser.h...) More... almost 29 years ago
prompt for interactive mode More... almost 29 years ago
jumps are relative to next instruction More... almost 29 years ago
all jumps have byte variants; WHILE optimization More... almost 29 years ago
better way to traverse GCnode lists. More... almost 29 years ago
new implementation for globals: Global value is stored in TaggedString More... almost 29 years ago
new opcode variants. More... almost 29 years ago
better control over closed files More... almost 29 years ago
better way to cope with opcode variants More... almost 29 years ago
new way to code globals, using const table instead of putting global index inside the opcode. More... almost 29 years ago
small optimizations (bit scrubbing) More... almost 29 years ago
Makefile More... almost 29 years ago
Syntax analizer and code generator More... almost 29 years ago