58 nbool canDedent()
const;
Smart dedent handler for indentation-based parsing
Definition stelaSmartDedent.hpp:25
me & countUp()
Increments the internal count, typically indicating a pending dedent.
me & useLater()
Enables dedent tracking for future parsing, deferring any pending dedents.
nint dedent()
Generates and returns a dedent token based on the internal count.
me & countDown()
Decrements the internal count, typically indicating a pending dedent.
Rich logging support with polymorphic type conversion
Definition richLog.hpp:34