Crate axon_parser[][src]

Modules

Enums

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

Functions

If the axon input represents a function or comp, parse it and return a String which contains formatted code.

If the axon input represents a comp, parse it and return a String which contains formatted code.

If the axon input represents a function, parse it and return a String which contains formatted code.

If the axon input represents a comp, return a ast::Comp.

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