proposit-core
    Preparing search index...

    Type Alias TGrammarOptions

    Individual structural rule toggles for expression tree grammar.

    Each boolean controls whether a specific structural constraint is enforced. When true, violations throw (or auto-normalize if TGrammarConfig.autoNormalize is also true — but only for operations that support it).

    type TGrammarOptions = {
        enforceFormulaBetweenOperators: boolean;
    }
    Index

    Properties

    enforceFormulaBetweenOperators: boolean

    Require a formula node between a parent operator and a non-not operator child.