badger 0.2.1

JavaScript transpiler in Rust
Documentation
1
2
3
4
5
6
pub mod lexicon;
pub mod tokenizer;
pub mod parser;
pub mod grammar;
pub mod codegen;
pub mod transformer;