Module parser

Module parser 

Source
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.
StackMaximaParser
The actual parser, object.

Enums§

InsertionType
Details about a given multiplication-operation. Basically, was the ‘*’-added due to some reason?
MPNodeType
Types of nodes in the parse-tree.
StackStringUsage
Type of string based on its context.