o_Create Lexical Scanner
open override fun o_CreateLexicalScanner(self: AvailObject): LexicalScanner
Content copied to clipboard
Create a LexicalScanner to have the lexers that are visible in the current module.
As a nicety, since the bundle name isn't actually used during lexing, and since lexers can interfere with each other, de-duplicate lexers that might be from different bundles but the same method.
Parameters
self
The module.