Module parser

Module parser 

Source

Enums§

ParserError
Errors that can be thrown by the parser.
ParserNode
Since this can carry entire ability trees, we need to box the biggest variants. Otherwise, this can easily blow up the stack when attempting to store multiple of them. Current size is 112 bytes, let’s try to keep it around here ?

Functions§

parse
Entry point of the parsing algorithm.