comparison src/parse.y @ 2825:60ae49e1284f

[project @ 1997-03-25 23:17:36 by jwe]
author jwe
date Tue, 25 Mar 1997 23:32:15 +0000
parents cac5a66e48c6
children 52e7c4509983
comparison
equal deleted inserted replaced
2824:e56a90687a1e 2825:60ae49e1284f
1051 param_list_beg : '(' 1051 param_list_beg : '('
1052 { lexer_flags.looking_at_parameter_list = 1; } 1052 { lexer_flags.looking_at_parameter_list = 1; }
1053 ; 1053 ;
1054 1054
1055 param_list_end : ')' 1055 param_list_end : ')'
1056 { lexer_flags.looking_at_parameter_list = 1; } 1056 { lexer_flags.looking_at_parameter_list = 0; }
1057 ; 1057 ;
1058 1058
1059 param_list : param_list_beg param_list_end 1059 param_list : param_list_beg param_list_end
1060 { 1060 {
1061 lexer_flags.quote_is_transpose = 0; 1061 lexer_flags.quote_is_transpose = 0;