log libinterp/parse-tree/oct-parse.yy @ 33670:9dd2a8e7e0d5 default tip @

age author description
Sat, 13 Apr 2024 15:44:55 -0400 John W. Eaton * oct-parse.yy: Delete destructor directive for obsolete punct_type.
Sat, 13 Apr 2024 02:14:32 -0400 John W. Eaton refactor parse rules for function/script and classdef files
Fri, 12 Apr 2024 14:52:31 -0400 John W. Eaton new nonterminal for storing lists of separator tokens in the parser
Sat, 13 Apr 2024 12:57:34 -0400 John W. Eaton new statement_list nonterminal for the parser
Wed, 10 Apr 2024 17:42:39 +0200 Markus Mützel oct-parse.yy: Avoid dereferencing deleted object.
Sun, 07 Apr 2024 11:05:18 -0400 John W. Eaton replace remaining uses of panic_impossible with error in oct-parse.yy
Thu, 04 Apr 2024 15:07:13 -0400 John W. Eaton more whitespace changes in parser
Thu, 04 Apr 2024 15:01:56 -0400 John W. Eaton new function to create word list command
Thu, 04 Apr 2024 14:16:38 -0400 John W. Eaton update parser whitespace to follow recent changes to style guidelines
Thu, 04 Apr 2024 13:35:04 -0400 John W. Eaton use filepos instead of line and column separately for bison errors
Thu, 04 Apr 2024 03:27:21 -0400 John W. Eaton * oct-parse.yy: Whitespace style fixes.
Thu, 04 Apr 2024 03:26:19 -0400 John W. Eaton new convenience functions for the parser
Thu, 04 Apr 2024 00:58:56 -0400 John W. Eaton refactor position tracking in the parser
Mon, 01 Apr 2024 23:27:43 -0400 John W. Eaton refactor comment handling in the lexer and parser
Wed, 27 Mar 2024 23:44:46 -0400 John W. Eaton rename FCN and FUNC_RET tokens in the lexer and parser
Sun, 24 Mar 2024 18:12:06 -0400 John W. Eaton eliminate unnecessary use of <cassert> in libinterp files
Sat, 02 Mar 2024 14:27:30 -0500 John W. Eaton use more consistent naming in the lexer and parser for token IDs and values
Sat, 02 Mar 2024 11:17:19 -0500 John W. Eaton rename methods in lexer classes for accessing comment lists
Wed, 28 Feb 2024 10:12:08 -0500 John W. Eaton * oct-parse.yy (file): Eliminate code duplication.
Wed, 28 Feb 2024 10:11:31 -0500 John W. Eaton fix grammar to explicitly disallow 'file' inside other statement lists
Fri, 16 Feb 2024 14:42:54 -0500 John W. Eaton use explicit lambda-expression captures (bug #65318)
Tue, 06 Feb 2024 00:28:21 -0500 John W. Eaton eliminate all uses of base_list<T> template
Sun, 04 Feb 2024 23:24:58 -0500 John W. Eaton maint: merge stable to default
Sun, 04 Feb 2024 23:21:11 -0500 John W. Eaton allow help for ordinary functions to work again (bug #65220) stable
Fri, 02 Feb 2024 23:46:52 -0500 John W. Eaton maint: merge stable to default
Fri, 02 Feb 2024 23:37:46 -0500 John W. Eaton select classdef method doc based on comment style (bug #65220) stable
Fri, 02 Feb 2024 23:03:34 -0500 John W. Eaton when parsing, record whether a comment uses a '#' delimeter stable
Fri, 02 Feb 2024 11:23:22 -0500 John W. Eaton * oct-parse.yy (classdef): Update OCTAVE_YYUSE for recent change. stable
Fri, 02 Feb 2024 11:36:50 -0800 Rik maint: merge stable to default
Fri, 02 Feb 2024 11:36:26 -0800 Rik doc: Miscellaneous improvements to calling forms of several functions. stable