log libinterp/parse-tree/parse.h @ 21016:93748bcaec17

age author description
2015-12-30 Rik maint: Replace emtpy 'std::string ()' calls with "".
2015-12-19 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
2015-12-03 Rik maint: Use Octave coding conventions for #if statements.
2015-02-11 John W. Eaton maint: Update copyright notices for 2015.
2014-07-16 John W. Eaton eliminate some unused parameter warnings in parser functions
2014-02-23 Michael Goffioul Allow multi-level classdef package.
2014-01-12 Michael Goffioul Allow to parse external methods declaration in classdef files.
2013-11-05 John W. Eaton maint: periodic merge of default to classdef classdef
2013-10-29 Rik Use GNU style coding conventions for code in libinterp/
2013-10-24 John W. Eaton maint: periodic merge of default to classdef classdef
2013-10-24 John W. Eaton maint: Update copyright notices for release.
2013-10-22 John W. Eaton eliminate global LEXER variable
2013-10-19 John W. Eaton eliminate octave_comment_buffer singleton
2013-10-05 John W. Eaton maint: periodic merge of default to classdef classdef
2013-08-20 John W. Eaton eliminate parse conflicts introduced by changeset 923ce8b42db2
2013-08-13 Stefan Mahr improve try-catch-statement to save exception to a variable (bug #33217)
2013-05-18 Michael Goffioul Initial support for (classdef) packages. classdef
2013-05-13 John W. Eaton maint: periodic merge of default to classdef classdef
2013-05-07 John W. Eaton adjust location of eof marker for files with subfunctions but no explicit end statements
2013-04-22 John W. Eaton maint: periodic merge of default to classdef classdef
2013-03-19 John W. Eaton if not interactive, bypass readline and read stdin as a file (bug #38520)
2013-03-13 John W. Eaton push parser/lexer interface
2013-03-13 John W. Eaton create base class for lexer
2013-03-12 John W. Eaton maint: periodic merge of default to classdef classdef
2013-03-12 John W. Eaton rename curr_lexer, curr_parser, CURR_LEXER
2013-03-12 John W. Eaton create base class for parser; use reference for curr_lexer
2013-03-11 John W. Eaton maint: periodic merge of default to classdef classdef
2013-03-11 John W. Eaton 9/10 commits reworking the lexer
2013-03-09 John W. Eaton maint: periodic merge of default to classdef classdef
2013-03-09 John W. Eaton rearrange class heirarchy for tree_cell and tree_matrix
2013-03-07 John W. Eaton maint: periodic merge of default to classdef classdef
2013-03-07 John W. Eaton maint: fix botched merge of default to classdef classdef
2013-03-07 John W. Eaton make global line_editing variable static in octave.cc
2013-03-06 John W. Eaton maint: periodic merge of default to classdef classdef
2013-03-06 John W. Eaton move more global parser and lexer variables to classes
2013-03-05 John W. Eaton use class for reading lexer input
2013-03-03 John W. Eaton eliminate global global_command variable
2013-03-01 John W. Eaton move end_of_input flag from octve_parser class to octave_lexer class
2013-02-28 John W. Eaton rename lexical_feedback to octave_lexer
2013-02-28 John W. Eaton optionally use push parser interface
2013-02-28 John W. Eaton maint: periodic merge of default to classdef classdef
2013-02-28 John W. Eaton move some variables into the octave_parser class
2013-02-27 John W. Eaton use pure parser and reentrant lexer interfaces
2013-02-27 John W. Eaton rename yyerror to bison_error and make it a member of octave_parser class
2013-02-27 John W. Eaton move a function and data member from lexical_feedback to octave_parser
2013-02-27 John W. Eaton execute parser using member function of octave_parser class
2013-02-27 John W. Eaton don't declare octave_parser member functions static
2013-02-27 John W. Eaton move static parser helper functions to octave_parser class
2013-02-27 John W. Eaton new class for parser state
2013-02-26 John W. Eaton move reset_parser lexer helper function to lexical_feedback class
2013-02-26 John W. Eaton new entry point for parser
2013-02-26 John W. Eaton move input_line_number and current_input_column to lexical_feedback class
2012-08-18 John W. Eaton split libinterp from src base src/parse-tree/parse.h@80653cf3d41d