Skip to content

Repository files navigation

SJTU CS2966 (Compiler Design) course project.
An implementation of RCompiler in TypeScript.

Under development.

Current progress:

  • Finish Lexer basic part
  • Has a basic parser framework (parser combinator with continuation)
  • Parser basically finished
  • Semantic check on going

See also:

How to run

$ npm install
$ npm run start
$ npm run test:semantic

About

A Rust-like language compiler written in TypeScript.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages