Skip to content

jdudek/tatende-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tatende.js

A toy compiler for a subset of JavaScript.

You can read annotated source (incomplete).

Requirements

  • Node.js

Running tests

You'll need ECMAScript test suite which is available from Mercurial repository.

$ hg clone http://hg.ecmascript.org/tests/test262/
$ export ECMA_TESTS_PATH="`pwd`/test262/test/suite"
$ make test

FAQ

  • Is it useful?

Not really.

  • Does it work?

It's able to compile itself.

About

Compiler for a subset of JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages