Type alias Callback<T>

Callback<T>: ((context: ParserContext<T>) => void)

Type Parameters

  • T

Type declaration

    • (context: ParserContext<T>): void
    • Will be called if the current grammar is accepted.

      Parameters

      Returns void

Generated using TypeDoc