Child pages
  • RuleMethodBody
Skip to end of metadata
Go to start of metadata

RuleMethodBody is written in Nemerle. Writing in C# may become possible in the future. In the rule methods code, you can call subrules by their names, as if each subrule had a property created for it. Besides, you can access properties of the AST node that corresponds to the rule in which the method has been declared. AST node members can be accessed either directly or using “this”. For more details on AST and its members see AST object.

See also

ParseTree object
Nemerle

  • No labels