Tue, 05 Mar 2013 10:19:38 -0500 |
John W. Eaton |
use inheritance to simplify initialization in octave_lexer constructor
|
Sun, 03 Mar 2013 14:02:41 -0500 |
John W. Eaton |
handle lexer input buffering with class
|
Fri, 01 Mar 2013 07:12:45 -0500 |
John W. Eaton |
don't attempt to print unprintable tokens
|
Fri, 01 Mar 2013 07:10:31 -0500 |
John W. Eaton |
move end_of_input flag from octve_parser class to octave_lexer class
|
Thu, 28 Feb 2013 11:24:38 -0500 |
John W. Eaton |
rename lexical_feedback to octave_lexer
|
Thu, 28 Feb 2013 02:04:24 -0500 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Wed, 27 Feb 2013 21:45:29 -0500 |
John W. Eaton |
* lex.ll: Change y.tab.h to oct-parse.h in comment.
|
Wed, 27 Feb 2013 18:52:46 -0500 |
John W. Eaton |
* lex.ll: Use C-style comments in preamble.
|
Wed, 27 Feb 2013 18:49:16 -0500 |
John W. Eaton |
use pure parser and reentrant lexer interfaces
|
Wed, 27 Feb 2013 18:21:50 -0500 |
John W. Eaton |
delete unnecessary X-> references inside class X member functions
|
Wed, 27 Feb 2013 16:06:03 -0500 |
John W. Eaton |
use %option noyywrap
|
Wed, 27 Feb 2013 13:09:33 -0500 |
John W. Eaton |
move a function and data member from lexical_feedback to octave_parser
|
Tue, 26 Feb 2013 16:15:12 -0500 |
John W. Eaton |
localize use of yyleng with lexical_feedback member function
|
Tue, 26 Feb 2013 16:03:00 -0500 |
John W. Eaton |
localize use of yy_fatal_error with lexical_feedback member function
|
Tue, 26 Feb 2013 15:39:56 -0500 |
John W. Eaton |
localize use of yytext with lexical_feedback member function
|
Tue, 26 Feb 2013 15:13:43 -0500 |
John W. Eaton |
localize use of yylval.tok_val in lexical_feedback member functions
|
Tue, 26 Feb 2013 14:31:34 -0500 |
John W. Eaton |
allow xunput to be called without buffer argument
|
Tue, 26 Feb 2013 13:24:41 -0500 |
John W. Eaton |
move more lexer helper functions to lexical_feedback class
|
Tue, 26 Feb 2013 12:43:36 -0500 |
John W. Eaton |
maint: move function definition in lex.ll
|
Tue, 26 Feb 2013 12:43:15 -0500 |
John W. Eaton |
move reset_parser lexer helper function to lexical_feedback class
|
Tue, 26 Feb 2013 12:26:02 -0500 |
John W. Eaton |
maint: move function definition in lex.ll
|
Tue, 26 Feb 2013 12:24:54 -0500 |
John W. Eaton |
move octave_read lexer helper function to lexical_feedback class
|
Tue, 26 Feb 2013 12:01:54 -0500 |
John W. Eaton |
maint: reorder class definitions in lex.ll
|
Tue, 26 Feb 2013 11:50:41 -0500 |
John W. Eaton |
move more static lexer helper functions to lexical_feedback class
|
Tue, 26 Feb 2013 11:47:59 -0500 |
John W. Eaton |
maint: move class definition in lex.ll
|
Tue, 26 Feb 2013 11:23:04 -0500 |
John W. Eaton |
store pointer to current lexer in flex_stream_reader object
|
Tue, 26 Feb 2013 02:52:48 -0500 |
John W. Eaton |
* lex.ll: Reorder function definitions.
|
Tue, 26 Feb 2013 02:40:32 -0500 |
John W. Eaton |
move static lexer helper functions to lexical_feedback class
|
Tue, 26 Feb 2013 01:34:11 -0500 |
John W. Eaton |
move token stack to lexical_feedback class
|
Tue, 26 Feb 2013 01:10:08 -0500 |
John W. Eaton |
use pointer for global lexical_feedback structure
|
Mon, 25 Feb 2013 23:48:32 -0500 |
John W. Eaton |
use enum for values returned by eat_continuation and eat_whitespace
|
Mon, 25 Feb 2013 21:59:40 -0500 |
John W. Eaton |
move block_comment_nesting_level to lexical_feedback_class
|
Mon, 25 Feb 2013 21:54:15 -0500 |
John W. Eaton |
move nesting_level to lexical_feedback class
|
Mon, 25 Feb 2013 21:30:51 -0500 |
John W. Eaton |
move input_line_number and current_input_column to lexical_feedback class
|
Mon, 25 Feb 2013 20:26:52 -0500 |
John W. Eaton |
move global parser_end_of_input variable to lexical_feedback class
|
Mon, 25 Feb 2013 20:06:44 -0500 |
John W. Eaton |
provide copy contructor and operator = for lexical_feedback class.
|
Mon, 25 Feb 2013 19:45:46 -0500 |
John W. Eaton |
reorder data members in lexical_feedback class
|
Mon, 25 Feb 2013 01:04:15 -0500 |
John W. Eaton |
move octave_read to lex.ll
|
Thu, 01 Nov 2012 15:01:20 -0400 |
Jordi GutiƩrrez Hermoso |
maint: periodic merge of default to classdef
classdef
|
Mon, 01 Oct 2012 18:32:12 -0400 |
John W. Eaton |
use ' instead of ` in error messages, warnings and most comments
|
Mon, 01 Oct 2012 18:30:44 -0400 |
John W. Eaton |
maint: periodic merge of stable to default
base
src/lex.ll@56d4b4db17f8
|
Fri, 24 Aug 2012 15:50:14 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
base
src/parse-tree/lex.ll@cf7043d15b6a
|
Sat, 18 Aug 2012 16:23:39 -0400 |
John W. Eaton |
split libinterp from src
base
src/parse-tree/lex.ll@b784f2229c9c
|