commentPreParserobject | input.t[749] |
Superclass Tree | Property Summary | Method Summary | Property Details | Method Details |
commentPreParser : StringPreParser
commentPreParser
StringPreParser
PreinitObject
ModuleExecObject
object
commentPrefix
leadPat
runOrder
warningCount
Inherited from StringPreParser
:
isActive
regList
regListSorted
Inherited from PreinitObject
:
execBeforeMe
reverseGlobalSymbols
Inherited from ModuleExecObject
:
execAfterMe
hasInitialized_
isDoingExec_
isExecuted_
Inherited from StringPreParser
:
construct
execute
registerPreParser
runAll
Inherited from ModuleExecObject
:
_execute
classExec
commentPrefix | input.t[796] |
leadPat | input.t[808] |
If you don't want to allow leading whitespace before the comment prefix, you can simply change this to '' - a pattern consisting of an empty string always matches zero characters, so it will prevent us from skipping any leading charactres in the player's input.
runOrder OVERRIDDEN | input.t[825] |
warningCount | input.t[811] |
doParsing (str, which) OVERRIDDEN | input.t[750] |