UNPKG

chop-logic-core

Version:

Core classes, methods and functions for calculating logical formulas and constructing proofs within the Chop Logic project.

9 lines (8 loc) 286 B
/** * Main tokenization functionality for parsing logical expressions. * @packageDocumentation * @module Tokenizer */ export { getGlyphUnicode } from "./get-glyph-unicode"; export { getOperatorGlyph } from "./get-operator-glyph"; export { tokenizeString } from "./tokenize-string";