phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
Token
nxt
gxbnf
Gx rule.
@
safe
@
safe
struct
Token {
this
(TOK tok, Input input);
nothrow
Input
input
;
nothrow
TOK
tok
;
}
Constructors
this
this
(TOK tok, Input input)
Undocumented in source.
Members
Variables
input
Input
input
;
Undocumented in source.
tok
TOK
tok
;
Undocumented in source.
Meta
Source
See Implementation
nxt
gxbnf
aliases
Imports
Input
NodeArray
Output
PatternArray
Rules
RulesByName
SymbolRefs
classes
Action
ActionSymbol
AltCharLiteral
AltM
AnyClass
AttributeSymbol
BinaryOpPattern
BlockComment
Channels
CharAltM
Class
DotDotSentinel
FragmentRule
Grammar
GreedyCount
GreedyOneOrMore
GreedyZeroOrMore
GreedyZeroOrOne
GxFileParser
GxParserByStatement
Header
Import
LeftParenSentinel
LexerGrammar
LineComment
Mode
NaryOpPattern
NonGreedyOneOrMore
NonGreedyZeroOrMore
NonGreedyZeroOrOne
NotPattern
Options
OtherSymbol
ParserGrammar
Pattern
PipeSentinel
Range
RewriteSyntacticPredicate
Rule
ScopeAction
ScopeSymbol
ScopeSymbolAction
SeqM
StrLiteral
SymbolRef
TerminatedUnaryOpPattern
TildeSentinel
TokenNode
Tokens
UnaryOpPattern
enums
Layout
NODE
TOK
functions
buildSourceFiles
createMainFile
dcharCountSpanOf
doTree
equalsAll
flattenSubs
iput
lexAllInDirTree
makeAltA
makeAltM
makeAltN
makeLiteral
makeSeq
needsWrapping
parseAllInDirTree
parseCharAltM
putCharLiteral
putStringLiteralBackQuoted
putStringLiteralDoubleQuoted
showNIndents
showNSpaces
toPathModuleName
tryRelativePath
manifest constants
indentStep
matcherFunctionNamePrefix
showProgressFlag
useStaticTempArrays
static functions
isSymbolStart
static variables
mainName
mainSource
parserSourceBegin
parserSourceEnd
structs
BuildCtx
DcharCountSpan
ExecutableFile
Format
GxFileReader
GxLexer
ObjectFile
SourceFile
Token
Gx rule.