23 class _nout
smartDedent:
public typeProvidable,
public clonable {
56 nbool canDedent()
const;
Smart indentation management for code parsing
Definition smartDedent.hpp:23
me & countUp()
Increments the internal count, typically indicating a pending dedent.
me & countDown()
Decrements 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.