ast-converter
v0.1.0
Published
Converts AST into FST
Downloads
7
Maintainers
Readme
AST-Converter
The AST Converter module converts an AbstractSyntaxTree into a FirescriptSyntaxTree
Usage
import ASTConverter from 'ast-converter'
const astConverter = new ASTConverter()
const fst = astConverter.convert(ast)