Lexical Scanner
A class that tracks all visible A_Lexers while compiling a module.
Constructors
Functions
Link copied to clipboard
Add an A_Lexer. Update not just the current lexing information for this loader, but also the specified atom's bundle's method and the current module.
Link copied to clipboard
Ensure new A_Lexers are not added after this point. This is a safety measure.
Link copied to clipboard
fun getLexersForCodePointThen( lexingState: LexingState, codePoint: Int, continuation: (A_Tuple) -> Unit, onFailure: (Map<A_Lexer, Throwable>) -> Unit)
Content copied to clipboard