Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "webImpl"

Index

Functions

parseText

  • parseText(parser: Parser, text: string): void
  • Parse a text using a parser and generate a parsing steps table.

    exports

    Parameters

    • parser: Parser

      The parser instance to use

    • text: string

      The text to parse

    Returns void

processGrammer

  • processGrammer(grammer: CFG): void
  • Process a CFG to create it's parsing table, goto graph and lr items table.

    exports

    Parameters

    • grammer: CFG

      The grammer to process

    Returns void

Generated using TypeDoc