0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Sep 21, 2025 — Sep 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tweak formatting of README to keep list items together. More... almost 13 years ago
Update TurtleScript startup code. More... over 13 years ago
Update TurtleScript startup code. More... over 13 years ago
Hexadecimal constants don't yet work in our REPL; make a note of this. More... over 13 years ago
Update TurtleScript startup code. More... over 13 years ago
Improve value printing in the REPL. More... over 13 years ago
Add a README and COPYING file. More... over 13 years ago
valueOf()/toString()/Boolean() improvements. More... over 13 years ago
Run 'make test' in single-threaded mode. More... over 13 years ago
Change main routine to repl using rust std::rl library. More... over 13 years ago
Add interpreter test cases; fix bug with NaN and +/- Infinity. More... over 13 years ago
Implement exceptions, Object.Try() and Object.Throw(). More... over 13 years ago
Add simple repl to Interpreter object. More... over 13 years ago
Refactor out an Interpreter object to encapsulate the startup code. More... over 13 years ago
Execute the compiled bytecode. More... over 13 years ago
Implement enough of interpreter to bytecode-compile "return 42". More... over 13 years ago
Use correct frame for Environment.interpret_function(). More... over 13 years ago
Begin running turtlescript bytecode compiler through rusty-turtle interpreter. More... over 13 years ago
Implement enough of the interpreter to load the startup module. More... over 13 years ago
Implement enough of the interpreter to compute fib(10) recursively. More... over 13 years ago
rusty-turtle can successfully interpret a "Hello, world" routine! More... over 13 years ago
Replace old Literal type with JsVal. More... over 13 years ago
Add native function type; use simple 'hello world' startup; start interpreter. More... over 13 years ago
Add test suite for 'object' module. More... over 13 years ago
Improve Object implementation; begin setting up interpreter environment. More... over 13 years ago
Add task-local interner; improve Makefile. More... over 13 years ago
More interner improvements. More... over 13 years ago
Interner improvements; add test suite and Makefile. More... over 13 years ago
Lots more code. More... over 13 years ago
Initial commit. More... over 13 years ago