⛄Possibly the smallest Lua compiler ever
Stars
131
Forks
8
Watchers
131
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
refactor(parser): introduce `expectExpression` for stricter parsing
ceec034View on GitHubrefactor(virtualmachine): relax boolean operand checks and simplify constructor
8cc3244View on GitHubrefactor(bytecodeemitter): move size encoding to section functions and rename `instructionName` to `opname`
e18122fView on GitHubrefactor(codegenerator): simplify AST traversal and improve register management
cbecfb5View on GitHubrefactor(parser): simplify token consumption and improve comments
124370cView on GitHubrefactor(virtualmachine): move `FIELDS_PER_FLUSH` constant outside of `CONFIG`
706515dView on GitHubrefactor(virtualmachine): simplify closure handling and reorganize documentation
9cd0778View on GitHubfix(codegenerator): isolate numeric for-loop variable from internal state
ea30a65View on GitHubchore(benchmarks): replace legacy perf test with new benchmark files
7bbc08bView on GitHubchore(stylua): remove non-existent trailing whitespace configuration
e1dbaa0View on GitHubdocs: improve header comments for better clarity and usage instructions
09c67e7View on GitHub