Sat, 16 Mar 2013 04:43:30 -0400 |
John W. Eaton |
also accept "." as possibly beginning a command
|
Sat, 16 Mar 2013 02:02:43 -0400 |
John W. Eaton |
don't modify symbol table scope in the parser
|
Thu, 14 Mar 2013 22:23:24 -0400 |
John W. Eaton |
allow newline to terminate anonymous function definition
|
Wed, 13 Mar 2013 15:40:03 -0400 |
John W. Eaton |
eliminate some unused variables
|
Wed, 13 Mar 2013 03:19:35 -0400 |
John W. Eaton |
push parser/lexer interface
|
Wed, 13 Mar 2013 02:46:56 -0400 |
John W. Eaton |
create base class for lexer
|
Wed, 13 Mar 2013 02:25:50 -0400 |
John W. Eaton |
delete unused obsolete code
|
Mon, 11 Mar 2013 18:24:50 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 17:20:34 -0400 |
John W. Eaton |
* lex.ll, oct-parse.in.yy (HERMITIAN): Rename token from QUOTE.
|
Mon, 11 Mar 2013 17:17:48 -0400 |
John W. Eaton |
delete unused class and unused functions
|
Mon, 11 Mar 2013 17:11:46 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 17:10:36 -0400 |
John W. Eaton |
adjust line and column info when inserting new text in lexer input stream
|
Mon, 11 Mar 2013 15:36:46 -0400 |
John W. Eaton |
avoid eat_continuation in classdef branch
classdef
|
Mon, 11 Mar 2013 15:12:33 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 15:01:32 -0400 |
John W. Eaton |
eliminate obsolete concepts of "pending local" and "forced" variables
|
Mon, 11 Mar 2013 14:40:45 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 14:40:29 -0400 |
John W. Eaton |
10/10 commits reworking the lexer
|
Mon, 11 Mar 2013 14:33:12 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 14:32:53 -0400 |
John W. Eaton |
9/10 commits reworking the lexer
|
Mon, 11 Mar 2013 14:32:35 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 14:32:15 -0400 |
John W. Eaton |
8/10 commits reworking the lexer
|
Mon, 11 Mar 2013 14:31:56 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 14:31:48 -0400 |
John W. Eaton |
7/10 commits reworking the lexer
|
Mon, 11 Mar 2013 14:31:19 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 14:30:57 -0400 |
John W. Eaton |
6/10 commits reworking the lexer
|
Mon, 11 Mar 2013 14:30:39 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 14:29:19 -0400 |
John W. Eaton |
5/10 commits reworking the lexer
|
Mon, 11 Mar 2013 14:28:38 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 14:28:11 -0400 |
John W. Eaton |
4/10 commits reworking the lexer
|
Mon, 11 Mar 2013 14:27:26 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 14:26:29 -0400 |
John W. Eaton |
3/10 commits reworking the lexer
|
Mon, 11 Mar 2013 14:25:38 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 14:18:39 -0400 |
John W. Eaton |
2/10 commits reworking the lexer
|
Mon, 11 Mar 2013 14:17:44 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 14:14:41 -0400 |
John W. Eaton |
1/10 commits reworking the lexer
|
Mon, 11 Mar 2013 14:12:58 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Mon, 11 Mar 2013 14:08:50 -0400 |
John W. Eaton |
store more info in token value class
|
Mon, 11 Mar 2013 14:04:05 -0400 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Sat, 09 Mar 2013 21:44:14 -0500 |
John W. Eaton |
partial cleanup of continuation handling in lexer
|
Sat, 09 Mar 2013 17:54:40 -0500 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Sat, 09 Mar 2013 02:02:22 -0500 |
John W. Eaton |
put all tokens in the token cache
|
Sat, 09 Mar 2013 01:20:23 -0500 |
John W. Eaton |
use a queue to hold tokens in the lexer
|
Sat, 09 Mar 2013 00:02:58 -0500 |
John W. Eaton |
use functions instead of token return macros in lexer
|
Fri, 08 Mar 2013 17:13:54 -0500 |
John W. Eaton |
revamp most comment handling
|
Fri, 08 Mar 2013 10:46:13 -0500 |
John W. Eaton |
use stack for tracking lexer start states
|
Thu, 07 Mar 2013 10:25:39 -0500 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Thu, 07 Mar 2013 10:23:02 -0500 |
John W. Eaton |
maint: fix botched merge of default to classdef
classdef
|
Wed, 06 Mar 2013 20:20:35 -0500 |
John W. Eaton |
move global promptflag variable to octave_reader class
|
Wed, 06 Mar 2013 19:39:48 -0500 |
John W. Eaton |
move current_input_line to lexical_feedback class
|
Wed, 06 Mar 2013 16:43:33 -0500 |
John W. Eaton |
maint: periodic merge of default to classdef
classdef
|
Wed, 06 Mar 2013 14:36:19 -0500 |
John W. Eaton |
move more global parser and lexer variables to classes
|
Tue, 05 Mar 2013 17:50:37 -0500 |
John W. Eaton |
move more global variables to octave_lexical_feedback class
|
Tue, 05 Mar 2013 10:19:51 -0500 |
John W. Eaton |
use class for reading lexer input
|
Tue, 05 Mar 2013 10:19:47 -0500 |
John W. Eaton |
reset lexical_feedback state before starting a new parse
|
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
|