Chop Logic Core - v1.4.0
    Preparing search index...

    Interface PropSymbol

    Represents a symbol in a propositional formula. Could be a variable, operator, or parenthesis.

    interface PropSymbol {
        atom: PropAtom;
        type: GlyphType;
        position: number;
        view: string;
    }
    Index

    Properties

    Properties

    atom: PropAtom

    The atomic component of the symbol

    type: GlyphType

    Type classification of the symbol

    position: number

    Position in the expression

    view: string

    String representation