openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
T
TurtleScript (JS)
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
2 days
ago.
Jun 20, 2025 — Jun 20, 2026
Showing page 1 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add simplified version of JS parser to handle JSON parsing
C. Scott Ananian
More...
over 3 years ago
Add an implementation of JSON.stringify()
C. Scott Ananian
More...
over 3 years ago
Temporarily disable the 'banalyze' phase
C. Scott Ananian
More...
over 3 years ago
Fix parser bug with variables named 'hasOwnProperty'
C. Scott Ananian
More...
over 3 years ago
Add banalyze to write-lua-bytecode.js
C. Scott Ananian
More...
over 6 years ago
Debugging
C. Scott Ananian
More...
over 6 years ago
Make the php & lua startup bytecode a bit prettier
C. Scott Ananian
More...
over 6 years ago
Print 2nd/etc bytecode args correctly; don't leave labels on bcompile output
C. Scott Ananian
More...
over 6 years ago
Bytecode analysis
C. Scott Ananian
More...
over 6 years ago
Split off literals table into its own module
C. Scott Ananian
More...
over 6 years ago
Use a hashtable for the literals table, instead of linear search.
C. Scott Ananian
More...
over 6 years ago
Add support to parse/bcompile to identify uses of 'arguments' in functions
C. Scott Ananian
More...
over 6 years ago
Improve the helper bin/parse.js and add a new bin/bcompile.js script
C. Scott Ananian
More...
over 6 years ago
Extend bytecode format to preserve the nesting structure of the original source
C. Scott Ananian
More...
over 6 years ago
Fix literal symbol table to handle -0.0 as different from 0.0.
C. Scott Ananian
More...
over 6 years ago
Tweak to write-php-bytecode.js to quiet some linter warnings
C. Scott Ananian
More...
over 6 years ago
Backport fixes from upstream
C. Scott Ananian
More...
over 6 years ago
Update README and Makefile
C. Scott Ananian
More...
over 6 years ago
Update README
C. Scott Ananian
More...
over 6 years ago
Roll back changes to parser state after a failed parse in the REPL
C. Scott Ananian
More...
over 6 years ago
Improvements to test suite (show source if a test case fails)
C. Scott Ananian
More...
over 6 years ago
Add PUSH_LOCAL_FRAME opcode to bytecode
C. Scott Ananian
More...
over 6 years ago
Tweak the top level definitions (add a new more things)
C. Scott Ananian
More...
over 6 years ago
Define Number.isNaN / Number.isFinite / Number.parseInt
C. Scott Ananian
More...
over 6 years ago
Improvements to the stdlib, including moving more code into JS.
C. Scott Ananian
More...
over 6 years ago
Bug fix: an operator character at the end of the string shouldn't loop forever
C. Scott Ananian
More...
over 6 years ago
Make stdlib methods non-enumerable if possible; also fix Array#join
C. Scott Ananian
More...
over 6 years ago
Object.Try should return the result of the main body if successful.
C. Scott Ananian
More...
over 6 years ago
Add option to skip the 'desugaring frame accesses' set in bcompile
C. Scott Ananian
More...
over 6 years ago
Minor lua bytecode fixes
C. Scott Ananian
More...
over 6 years ago
←
1
2
3
4
5
6
7
8
9
…
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree