[][src]Crate axon_parser

Re-exports

pub use ast::Indent;

Modules

ast

Enums

Error

Encapsulates the types of errors that can occur in this library.

Functions

parse_func

If the axon input represents a function, return a ast::Func.

parse_func_to_formatted_lines

If the axon input represents a function, parse it and return a Vec<String>, each string being a formatted line of code.