Skip to content

pbevin/jstype

Repository files navigation

My Toy Javascript Compiler

Setup

cabal sandbox init
cabal configure --enable-tests
cabal install --only-dependencies --enable-tests

Getting a REPL

$ cabal run repl

Tests

Tests are written using Hspec.

Single Run

cabal test

Automatic Tests

For this you need Ruby and the guard-haskell gem installed.

guard

Now edit and save a test or a source file and the tests will run automatically.

About

Playing at writing a Javascript compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published