Module cpc::parser[][src]

Expand description

Turns Tokens into an AstNode

Structs

A struct with a Token and AstNode children

Functions

Parse Tokens into an Abstract Syntax Tree (AstNode)

Parse To and Of

Parse Plus and Minus

Parse Multiply, Divide, Modulo and implicative multiplication (for example2pi)

Parse Caret

Parse Negative

Parse Factorial and Percent