bugGrammatica - Bugs: bug #3597, Regular Expressions: Not fully JDK...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #3597: Regular Expressions: Not fully JDK 1.4 compatible

Submitter:  Per Cederberg <cederberg>
Submitted:  Wed 14 May 2003 03:38:11 PM UTC
   
 
Severity:  2 - Normal Item Group:  Software
Status:  Fixed Assigned to:  cederberg
Open/Closed:  Closed

Discussion locked!

Sat 14 Mar 2009 09:35:18 AM UTC, comment #4: 

Version 1.5 was released on 2009-03-07. Closing this issue.

Per Cederberg <cederberg>
Group administrator
Tue 24 Feb 2009 10:13:54 PM UTC, comment #3: 

Fixed in trunk, r146. Will be available in the 1.5.beta1 release.

http://code.google.com/p/grammatica/source/browse/

Grammatica now uses the Java regexp engine for all cases it cannot handle properly.

Per Cederberg <cederberg>
Group administrator
Mon 18 Apr 2005 05:43:18 PM UTC, comment #2: 

The boundary characters ^ and $ are very important. In fact, there might be no other way to specify start and end of input or line. Note that the operation mode for these boundary operators are important, as they might operate either on the full buffer or on just the last line.

Per Cederberg <cederberg>
Group administrator
Tue 24 Feb 2004 01:47:44 PM UTC, comment #1: 

Why not use the appropriate SDK library? i.e. the JDK library for the Java version, .NET one for the C# version... Maybe an adapter on top of each to unify their APIs for the parser generator, so that you don't have to keep 2 versions of the parser itself, only the adapters.

Daniel Cazzulino <dcazzulino>
Wed 14 May 2003 03:38:11 PM UTC, original submission:  

The regular expression library is still lacking in some ways compared to the implementation in JDK 1.4 (or Perl 5). The library should be extended to support as many constructs as possible. In particular the missing features are specific character sets, and some boundary constructs (as ^ and $).

Per Cederberg <cederberg>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by cederberg (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2009-03-14 cederberg Open/ClosedOpen Closed
        Discussion LockNone Locked
    2009-02-24 cederberg StatusNone Fixed
    2005-04-18 cederberg Severity1 - Minor 2 - Normal

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code