removed some empty lines
This commit is contained in:
parent
6de4196c0a
commit
a1c12f03db
|
@ -69,32 +69,16 @@ statement: assign
|
|||
| decl
|
||||
| definition;
|
||||
|
||||
|
||||
|
||||
|
||||
identlist: Ident ',' identlist
|
||||
| Ident
|
||||
| ;
|
||||
|
||||
|
||||
decl: type ':' identlist { DEBUG("Declaration"); };
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
definition: decl '=' expr { DEBUG("Definition"); };
|
||||
|
||||
assign: Ident '=' expr { DEBUG("Assignment"); };
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
sign: KeySigned
|
||||
| KeyUnsigned
|
||||
| ;
|
||||
|
|
Loading…
Reference in New Issue