log libinterp/parse-tree/lex.ll @ 29924:aeba7278cf80

age author description
Wed, 28 Jul 2021 00:28:26 -0400 John W. Eaton fix logic error in changeset 28a39ddabbfc
Fri, 23 Jul 2021 11:59:40 -0400 John W. Eaton allow unrecognized characters to begin command-style function call parsing
Wed, 21 Jul 2021 13:25:46 -0400 John W. Eaton don't check status of symbol as variable when parsing at top level (bug #60882)
Wed, 21 Jul 2021 09:49:09 -0400 John W. Eaton handle all binary operators the same when detecting command syntax (bug #60882)
Fri, 09 Jul 2021 04:05:58 -0400 John W. Eaton improve previous change for command syntax parsing (bug #60882)
Tue, 06 Jul 2021 23:16:14 -0400 John W. Eaton fix command syntax parsing error (bug #60882)
Mon, 14 Jun 2021 16:43:33 -0400 John W. Eaton allow properties function to be called inside classdef method (bug #60763)
Fri, 04 Jun 2021 08:19:25 -0400 John W. Eaton eliminate unused lexical feedback flag
Tue, 01 Jun 2021 13:34:57 -0400 John W. Eaton initial implementation of parsing for arguments validaton block (bug #59405)
Tue, 01 Jun 2021 16:57:40 -0400 John W. Eaton enter symbols into current scope in parser instead of lexer
Wed, 12 May 2021 20:11:34 -0700 Rik maint: merge stable to default.
Wed, 12 May 2021 20:03:41 -0700 Rik maint: use std::size_t in more instances (bug #60471) stable
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Sat, 13 Feb 2021 13:59:49 -0800 Rik Use clearer warning message when block comment is unterminated at EOF (bug #59874).
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 19 Jan 2021 17:10:07 -0800 Rik Deprecate obsolete warning messages in lex.ll.
Sat, 16 Jan 2021 10:44:40 -0800 Rik Correct interpreter warning message about using comments after '\` line continuation.
Fri, 15 Jan 2021 17:06:15 -0800 Rik Deprecate '...' line continuations in double-quoted strings.
Tue, 22 Sep 2020 14:19:11 -0400 John W. Eaton maint: merge stable to default.
Tue, 22 Sep 2020 09:37:35 -0400 John W. Eaton use xunput consistently in lexer stable
Tue, 22 Sep 2020 09:29:36 -0400 John W. Eaton avoid parse error with continuation in matrix list (bug #59150) stable
Thu, 03 Sep 2020 16:44:37 -0400 John W. Eaton maint: merge stable to default.
Thu, 03 Sep 2020 16:43:33 -0400 John W. Eaton improve tracking of token positions stable
Mon, 20 Jul 2020 17:43:16 -0400 John W. Eaton allow integer constants > flintmax to be represented exactly (bug #45945)
Fri, 17 Jul 2020 14:36:47 -0700 Rik lex.ll: Correct indentation in cset 703458652e30.
Fri, 17 Jul 2020 16:56:53 -0400 John W. Eaton lex.ll (base_lexer::handle_number): Eliminate shadowed variable warnings.
Thu, 16 Jul 2020 18:27:39 -0400 John W. Eaton improve Matlab compatibility for binary and hexadecimal constants
Thu, 16 Jul 2020 16:02:45 -0400 John W. Eaton use octave_value object to store numeric tokens in the lexer
Mon, 13 Jul 2020 12:30:46 -0400 John W. Eaton return token ID directly from base_lexer::handle_number
Wed, 01 Jul 2020 13:18:19 -0400 John W. Eaton make parsing of spmd and endspmd keywords work properly (bug #58676)
Tue, 30 Jun 2020 09:34:14 -0700 Rik Add 'spmd' as interpreter keyword for Matlab compatibility (bug #58676).
Thu, 14 May 2020 23:27:43 -0400 John W. Eaton accept multi-line interactive input (bug #58370) stable
Tue, 05 May 2020 01:01:39 -0400 John W. Eaton handle comments in multi-line statements with push parser/lexer (bug #58198) stable
Mon, 04 May 2020 11:49:06 -0400 John W. Eaton handle comments in multi-line statements with push parser/lexer (bug #58198) stable
Thu, 12 Mar 2020 23:51:49 -0400 John W. Eaton allow @get and @set to work properly again (bug #57988) stable
Tue, 10 Mar 2020 07:51:20 -0400 John W. Eaton improve position tracking in the lexer (bug #57924) stable
Mon, 09 Mar 2020 10:24:07 -0400 John W. Eaton improve treatment of comments at interactive command line (bug #57924) stable
Wed, 19 Feb 2020 15:21:28 -0500 John W. Eaton in push lexer, don't insert NL with ASCII 1 marker (bug #57859)
Tue, 21 Jan 2020 11:16:33 -0800 Rik Use "!=" in preference to "~=" everywhere in code.
Fri, 10 Jan 2020 10:08:44 -0500 John W. Eaton avoid parse exception when initial comment block is all whitespace
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Mon, 02 Dec 2019 23:43:27 -0600 John W. Eaton store beginning and ending location info for tokens recognized by lexer
Thu, 05 Dec 2019 22:01:02 -0600 John W. Eaton eliminate COMMAND_ARG_FINISH macro in lexer
Mon, 02 Dec 2019 23:37:39 -0600 John W. Eaton split base_lexer::is_keyword_token into two functions
Mon, 02 Dec 2019 23:09:08 -0600 John W. Eaton style fix
Mon, 02 Dec 2019 22:58:55 -0600 John W. Eaton store begin and end position in tokens
Mon, 02 Dec 2019 22:37:05 -0600 John W. Eaton use filepos object to store beginning position of character strings
Mon, 02 Dec 2019 18:20:28 -0600 John W. Eaton use file position object to track line and column info in lexer and parser
Sun, 01 Dec 2019 19:51:35 -0600 John W. Eaton fix handling of full line comments at command prompt (bug #57208)
Fri, 22 Nov 2019 12:18:21 -0600 John W. Eaton improve parse error message for @()x+=expr (bug #57255)
Mon, 28 Oct 2019 12:05:06 -0400 John W. Eaton fix line count in lexer when mixing line and block comments (bug #57121)
Fri, 18 Oct 2019 11:06:11 -0400 John W. Eaton eliminate promptflag from the lexer and input reader classes
Fri, 18 Oct 2019 09:08:06 -0400 John W. Eaton refactor input_reader class and its use in lexer
Fri, 18 Oct 2019 07:41:02 -0400 John W. Eaton Backed out changeset 28ed77ca1e4a
Wed, 16 Oct 2019 10:16:17 -0400 John W. Eaton allow input reader to be associated with push lexer