0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Jun 22, 2025 — Jun 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
asm-llvm: more parsing; only function bodies left to do. More... about 13 years ago
Start implementation of parser for asm-llvm.js. More... about 13 years ago
Tweak array view type; add type information for standard library functions. More... about 13 years ago
Add missing Table type to asm-llvm. More... about 13 years ago
Add toString() methods to asm.js types. More... about 13 years ago
Tweak some comments in parse.js for docco's sake. More... about 13 years ago
Update links in README to point to gh-pages hosted files and docco docs. More... about 13 years ago
Add new publish/gh-pages rules to Makefile. More... about 13 years ago
Update README. More... about 13 years ago
Documentation updates: format many modules for 'docco'. More... about 13 years ago
Make write-rust-* into proper TurtleScript; add version to package.json. More... about 13 years ago
Factor out TurtleScript standard libary (from binterp into new stdlib module). More... about 13 years ago
Add asm-llvm to tests, so we can confirm it is valid TurtleScript. More... about 13 years ago
Fix bug in compilation of ternary invocation, and add test cases. More... about 13 years ago
Add meta-interpretation tests. More... about 13 years ago
Improve typed array and Object.Delete support in the bytecode interpreter. More... about 13 years ago
Add tests for the bytecode interpreter. More... about 13 years ago
Add simple command-line TurtleScript parser/pretty-print tool. More... about 13 years ago
Make new 'top-level' module w/ top-level declarations. More... about 13 years ago
Node compatibility for turtlescript. More... about 13 years ago
Begin work on asm.js -> LLVM compiler. More... about 13 years ago
Move node CLI programs into bin/ directory. More... about 13 years ago
Add support for hexadecimal (0xNNN) constants to tokenizer. More... about 13 years ago
Improvements in error handler for parser and tokenizer. More... about 13 years ago
Implement Array.prototype.join(), Boolean/String.prototype.toString(). More... about 13 years ago
Bug fix: write out NaN and -Infinity literals correctly. More... about 13 years ago
Add make_repl to rusty-turtle startup code. More... about 13 years ago
Allow compile_from_source to return byte-encoded array. More... about 13 years ago
write-rust-bytecode: add comments giving the pc to bytecode. More... about 13 years ago
REPL improvements: handle continuation lines. More... about 13 years ago