haileys / twostroke

A Javascript implementation in Ruby!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twostroke

travis

Twostroke is a Javascript implementation written in pure Ruby. It currently consists of:

  • A hand-written parser
  • A TSASM compiler (Twostroke's internal bytecode format)
  • A VM that runs TSASM bytecode
  • A minimal Javascript standard library implementation
  • A test suite containing:
    • Some tests written for Twostroke
    • Underscore.js's complete test suite (minus the cases relying on the DOM)
    • Parts of mootools' test suite

Why use Twostroke?

It's cool:

repl

It actually works:

yep, that's unmodified underscore.js:

tests lol

About

A Javascript implementation in Ruby!

License:MIT License


Languages

Language:JavaScript 56.4%Language:Ruby 43.6%