0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Jun 20, 2025 — Jun 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add simplified version of JS parser to handle JSON parsing More... over 3 years ago
Add an implementation of JSON.stringify() More... over 3 years ago
Temporarily disable the 'banalyze' phase More... over 3 years ago
Fix parser bug with variables named 'hasOwnProperty' More... over 3 years ago
Add banalyze to write-lua-bytecode.js More... over 6 years ago
Debugging More... over 6 years ago
Make the php & lua startup bytecode a bit prettier More... over 6 years ago
Print 2nd/etc bytecode args correctly; don't leave labels on bcompile output More... over 6 years ago
Bytecode analysis More... over 6 years ago
Split off literals table into its own module More... over 6 years ago
Use a hashtable for the literals table, instead of linear search. More... over 6 years ago
Add support to parse/bcompile to identify uses of 'arguments' in functions More... over 6 years ago
Improve the helper bin/parse.js and add a new bin/bcompile.js script More... over 6 years ago
Extend bytecode format to preserve the nesting structure of the original source More... over 6 years ago
Fix literal symbol table to handle -0.0 as different from 0.0. More... over 6 years ago
Tweak to write-php-bytecode.js to quiet some linter warnings More... over 6 years ago
Backport fixes from upstream More... over 6 years ago
Update README and Makefile More... over 6 years ago
Update README More... over 6 years ago
Roll back changes to parser state after a failed parse in the REPL More... over 6 years ago
Improvements to test suite (show source if a test case fails) More... over 6 years ago
Add PUSH_LOCAL_FRAME opcode to bytecode More... over 6 years ago
Tweak the top level definitions (add a new more things) More... over 6 years ago
Define Number.isNaN / Number.isFinite / Number.parseInt More... over 6 years ago
Improvements to the stdlib, including moving more code into JS. More... over 6 years ago
Bug fix: an operator character at the end of the string shouldn't loop forever More... over 6 years ago
Make stdlib methods non-enumerable if possible; also fix Array#join More... over 6 years ago
Object.Try should return the result of the main body if successful. More... over 6 years ago
Add option to skip the 'desugaring frame accesses' set in bcompile More... over 6 years ago
Minor lua bytecode fixes More... over 6 years ago