Skip to content

Parser Symbols

Mariusz Gromada edited this page Apr 15, 2022 · 3 revisions

Did you find mXparser useful? If yes:

INFIMA

Reserved Parser Symbols

Key word Category Description Example Since
( Parser Symbol Left parentheses ( ... ) 1.0
) Parser Symbol Right parentheses ( ... ) 1.0
, Parser Symbol Comma (function parameters) (a1, ... ,an) 1.0
; Parser Symbol Semicolon (function parameters) (a1; ... ;an) 1.0
Parser Symbol Blank (whitespace) character 4.2

as of 2022-04-15