Module rules

Module rules 

Source
Expand description

Token classification rules for implicit multiplication

This module contains the static data and rules that determine when implicit multiplication should be inserted between tokens.

Enums§

TokenCategory
Categories of mathematical tokens for implicit multiplication logic

Statics§

CONSTANTS
Mathematical constants that should trigger implicit multiplication
FUNCTIONS
Mathematical functions that should NOT trigger implicit multiplication when followed by parentheses
GREEK_SYMBOLS
Greek symbols that should trigger implicit multiplication
IMPLICIT_MUL_RULES
Rules for when implicit multiplication should be inserted