Converts AST into FST
npm install ast-converterAST-Converter
=============
The AST Converter module converts an AbstractSyntaxTree into a FirescriptSyntaxTree
``coffee
import ASTConverter from 'ast-converter'
const astConverter = new ASTConverter()
const fst = astConverter.convert(ast)
``