XFRP lexer. The lexer will produce a sequence of tokens with code fragments.
See also:
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