Module parsing

Module parsing 

Source

Modules§

charstream
tokens

Structs§

Group
A Group represents a delimited item. Group has two Generic types:
Identifier
An Identifier represents things like words and names.
Indent
List
A List represents a collection of items, separated by a token. It has two generic types:
Number
A Number is a representation of a number, duh. this representation is needed since it needs to store some additional information for the AST.
ParseError
StringValue
StringValue represents a string. this is necessary because it needs to store some additional information for the AST, like the info necessary for Parse::span.

Traits§

Parse