Module exprtk

Source

Structs§

Cursor
A tokenizer cursor for ExprTK parsing.

Enums§

Token
Syntax-highlightable ExprTK tokens.

Functions§

tokenize
Parse a string representing an ExprTK Expression Column into Tokens. A token list is sufficient for syntax-highlighting purposes, faster than a full parser and much easier to write a renderer for.