nxt.ada

Ada Parser.

Members

Classes

BOp
class BOp

Binary Operation

Expr
class Expr

Expression

Id
class Id

Identifier

Int
class Int

Integereger Literal

Keyword
class Keyword

Keyword

NOp
class NOp

N-arry Operation

Parser
class Parser(R)

Ada Parser.

UOp
class UOp

Unary Operation

Functions

isDigit
bool isDigit(C c)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdChar
bool isIdChar(C c)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
Expr parse(R r)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
Expr parse(Parser!R p)
Undocumented in source. Be warned that the author may not have intended to support it.
parseId
Id parseId(Parser!R p)
Undocumented in source. Be warned that the author may not have intended to support it.
parseInt
Int parseInt(Parser!R p)
Undocumented in source. Be warned that the author may not have intended to support it.
parser
auto parser(R r)
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

Meta