Mixin: Build_Dcl

Eleven~ Build_Dcl

Class actions to represent a block with declarations and other items as a tree.

Source:

Methods


block()

block: item [{ ';' item }]; item: dcl | stmt; returns [ 'block' dcl... stmt... ]

Source:

dcl()

dcl: type Name [{ ',' Name }]; returns [ 'dcl' type name ... ]

Source: