Mercurial > hg > octave-lyh
comparison src/parse.y @ 5296:4e753a157ed2
[project @ 2005-04-21 17:52:41 by jwe]
author | jwe |
---|---|
date | Thu, 21 Apr 2005 17:52:42 +0000 |
parents | bd32f770c09a |
children | 4c8a2e4e0717 |
comparison
equal
deleted
inserted
replaced
5295:015b15716cbe | 5296:4e753a157ed2 |
---|---|
417 %token <tok_val> FCN_HANDLE | 417 %token <tok_val> FCN_HANDLE |
418 | 418 |
419 // Other tokens. | 419 // Other tokens. |
420 %token END_OF_INPUT LEXICAL_ERROR | 420 %token END_OF_INPUT LEXICAL_ERROR |
421 %token FCN VARARGIN VARARGOUT ALL_VA_ARGS | 421 %token FCN VARARGIN VARARGOUT ALL_VA_ARGS |
422 %token USING TITLE WITH AXES COLON OPEN_BRACE CLOSE_BRACE CLEAR | 422 %token CLOSE_BRACE |
423 | 423 |
424 // Nonterminals we construct. | 424 // Nonterminals we construct. |
425 %type <comment_type> stash_comment function_beg | 425 %type <comment_type> stash_comment function_beg |
426 %type <sep_type> sep_no_nl opt_sep_no_nl sep opt_sep | 426 %type <sep_type> sep_no_nl opt_sep_no_nl sep opt_sep |
427 %type <tree_type> input | 427 %type <tree_type> input |