vayne.source.parser

Undocumented in source.

Members

Classes

ParserErrorsException
class ParserErrorsException
Undocumented in source.

Functions

parse
Node parse(SourceManager mgr, uint id, ParserOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
parseExpr
auto parseExpr(Source source, SourceLoc loc)
Undocumented in source. Be warned that the author may not have intended to support it.
parseExprList
auto parseExprList(Source source, SourceLoc loc)
Undocumented in source. Be warned that the author may not have intended to support it.
parseLoop
auto parseLoop(Source source, SourceLoc loc)
Undocumented in source. Be warned that the author may not have intended to support it.
parseWith
auto parseWith(Source source, SourceLoc loc)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

isFalsy
bool isFalsy [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isTruthy
bool isTruthy [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ParserOptions
struct ParserOptions
Undocumented in source.
ParserSettingsStack
struct ParserSettingsStack
Undocumented in source.

Meta