0.3.2 • Published 3 years ago

@ocr-compiler/compiler v0.3.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 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

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago