Changes between Version 25 and Version 26 of IR2


Ignore:
Timestamp:
04/26/21 15:55:41 (5 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IR2

    v25 v26  
    1010program: typedef* decl* function-definition+ ;
    1111typedef:
    12     enum ID '{' idnetifier-list '}' ';'
     12    enum ID '{' identifier-list '}' ';'
    1313  | struct ID '{' decl* '}' ';'
    1414  | union ID '{' decl* '}' ';'