- leftAssignOp
AstIndex leftAssignOp(Parser p, PreferType preferType, Token token, int rbp, AstIndex left, int nbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- leftBinaryOp
AstIndex leftBinaryOp(Parser p, PreferType preferType, Token token, int rbp, AstIndex left, int nbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- leftFuncCall
AstIndex leftFuncCall(Parser p, PreferType preferType, Token token, int unused_rbp, AstIndex callee, int nbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- leftFunctionOp
AstIndex leftFunctionOp(Parser p, PreferType preferType, Token token, int rbp, AstIndex returnType, int nbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- leftIncDec
AstIndex leftIncDec(Parser p, PreferType preferType, Token token, int rbp, AstIndex left, int nbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- leftIndex
AstIndex leftIndex(Parser p, PreferType preferType, Token token, int rbp, AstIndex array, int nbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- leftOpDot
AstIndex leftOpDot(Parser p, PreferType preferType, Token token, int rbp, AstIndex left, int nbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- leftStarOp
AstIndex leftStarOp(Parser p, PreferType preferType, Token token, int rbp, AstIndex left, int nbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- left_error_parser
AstIndex left_error_parser(Parser p, PreferType preferType, Token token, int rbp, AstIndex left, int nbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- nullCast
AstIndex nullCast(Parser p, PreferType preferType, Token token, int rbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- nullLiteral
AstIndex nullLiteral(Parser p, PreferType preferType, Token token, int rbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- nullParen
AstIndex nullParen(Parser p, PreferType preferType, Token token, int rbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- nullPrefixAttribute
AstIndex nullPrefixAttribute(Parser p, PreferType preferType, Token token, int rbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- nullPrefixOp
AstIndex nullPrefixOp(Parser p, PreferType preferType, Token token, int rbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- null_error_parser
AstIndex null_error_parser(Parser p, PreferType preferType, Token token, int rbp)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseIntLiteralType
AstIndex parseIntLiteralType(string suffix, TokenIndex tok, CompilationContext* c)
Undocumented in source. Be warned that the author may not have intended to support it.
- pass_parser
void pass_parser(CompilationContext ctx, CompilePassPerModule[] subPasses)
<module> = <declaration>* EOF
<declaration> = <alias_decl> / <func_decl> / <var_decl> / <struct_decl> / <enum_decl>