ast-converter

Converts AST into FST

Usage no npm install needed!

<script type="module">
  import astConverter from 'https://cdn.skypack.dev/ast-converter';
</script>

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)