Changeset 3798 for applications/trunk/LFC/lfc.grammar
- Timestamp:
- Jun 2, 2008, 3:23:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/trunk/LFC/lfc.grammar
r3788 r3798 15 15 %% 16 16 17 program : function_dec var_dec_and_func_def ;17 program : function_dec var_dec_and_func_def program_rest ; 18 18 19 function_dec : DEC funname COLON function_type ; 19 program_rest : /*empty*/ 20 | program 21 ; 22 23 function_dec : DEC funname COLON function_type SC ; 20 24 21 25 var_dec_and_func_def : variable_dec definition
Note: See TracChangeset
for help on using the changeset viewer.