0.3.2 • Published 2 years ago

@ocr-compiler/compiler v0.3.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Transpiler

This package will be a rust library with WASM bindings that will accept a program as a string and run it through a pipeline to produce JavaScript that matches the code.

Desired features:

  • Full transpilation pipeline including:
    • Parser, currently being built with pest.rs
    • Syntax error messages
    • AST Generator
    • Transpiler
  • Access to each module seperately
  • Extensive test coverage for each module
0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.6

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago