xfrp/lexer

    Dark Mode
Search:
Group by:

XFRP lexer. The lexer will produce a sequence of tokens with code fragments.

See also:

Types

XfrpLexer = NimlLexer[XfrpToken]
  Source Edit

Procs

proc buildLexerFromFilename(filename: string): XfrpLexer {...}{.
    raises: [IOError, OSError, Exception], tags: [ReadIOEffect, RootEffect].}
  Source Edit
proc buildLexerFromString(str: string): XfrpLexer {...}{.
    raises: [IOError, OSError, Exception], tags: [ReadIOEffect, RootEffect].}
  Source Edit