Skip to content

brownplt/anchor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anchor

Back-end compiler experiments for Pyret.

Requirements

  1. Follow the installation instructions for configuring the BuckleScript compiler.

  2. Install nodejs and yarn.

  3. Run yarn install to install dependencies.

Building

  1. Run ./bin/build-parser to build the parser.

  2. Run yarn build to generate JavaScript files.

Then you should be able to run lib/js/src/compiler/parseExpr.bs.js with node.

Note that BS doesn't allow us to configure the output directory so the lib/js directory is the actual build directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages