Expand description
Parser with some object-definitions and utility functions for those objects.
Structs§
- MPNode
- Nodes in the parse-tree.
- MPPosition
- All nodes have position data, both directly human readable like line and column details
and raw byte references to the source. The human readable ones are inclusive ranges,
the byte reference is exclusive so
source[startbyte..endbyte]will be directly usable. - Stack
Maxima Parser - The actual parser, object.
Enums§
- Insertion
Type - Details about a given multiplication-operation. Basically, was the ‘*’-added due to some reason?
- MPNode
Type - Types of nodes in the parse-tree.
- Stack
String Usage - Type of string based on its context.