Crate axon_parser
Source - ast
- fmt
- Error
- Encapsulates the types of errors that can occur in this library.
- format
- If the axon input represents a function or comp, parse it and return a
String
which contains formatted code. - format_comp
- If the axon input represents a comp, parse it and return a
String
which contains formatted code. - format_func
- If the axon input represents a function, parse it and return a
String
which contains formatted code. - parse_comp
- If the axon input represents a comp, return a
ast::Comp
. - parse_func
- If the axon input represents a function, return a
ast::Func
.