jx library

JX parser

Docs

Classes

ArrayType
Array wrapper that supports type name
CharCode
Character codes
JxParser
JX parser class. Call JxParser.parse(String str) to parse JX from a string. Implement the onFunction callback to support custom functionality.
ObjectType
Object wrapper that supports type name
Token
A token is one individual part of an expression.It could be a number, a math operator, a function name, etc.

Enums

TokenType
Indicates the type of token parsed from the expression string

Extensions

StringExt on String
Extension to add functionality to string