0
I Use This!
Inactive

Commits : Listings

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