YaccConstructor


Rule

Namespace: Yard.Core
Parent Module: IL

Nested types and modules

TypeDescription
t<'patt, 'expr>

t<'patt,'expr> - Type of rule. 'patt - type of attributes (arguments). 'expr - type of expressions in action code. Rule have the following format: [+]name<< metaArgs >>[args] : body;

Functions and values

Function or valueDescription
defaultRule name body
Signature: name:t -> body:t<'?8170,'?8171> -> t<'?8170,'?8171>
Type parameters: '?8170, '?8171
Fork me on GitHub