Mercurial > hg > octave-nkf
comparison src/parse.y @ 440:e27d10f2e573
[project @ 1994-05-30 03:33:37 by jwe]
author | jwe |
---|---|
date | Mon, 30 May 1994 03:33:37 +0000 |
parents | fa0453b25410 |
children | 565206294f5a |
comparison
equal
deleted
inserted
replaced
439:be9fcedb1715 | 440:e27d10f2e573 |
---|---|
340 $$ = $1->reverse (); | 340 $$ = $1->reverse (); |
341 } | 341 } |
342 ; | 342 ; |
343 | 343 |
344 list1 : command | 344 list1 : command |
345 { $$ = new tree_command_list ($1); } | 345 { |
346 beginning_of_function = 0; | |
347 $$ = new tree_command_list ($1); | |
348 } | |
346 | list1 comma_nl_sep command | 349 | list1 comma_nl_sep command |
347 { $$ = $1->chain ($3); } | 350 { $$ = $1->chain ($3); } |
348 | list1 semi_sep command | 351 | list1 semi_sep command |
349 { | 352 { |
350 $1->set_print_flag (0); | 353 $1->set_print_flag (0); |