This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gcjx] Patch: FYI: speed up lexer


On 29 Sep 2005 09:30:27 -0600, Tom Tromey <tromey@redhat.com> wrote:
> >>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
>
> Ranjit> Now if only you could tweak the lexer a little so that
> Ranjit> the diagnostics routines are able to print out the line
> Ranjit> containing the problem with a caret underneath that points
> Ranjit> to the column in question...
>
> Could you add a note about this to gcjx/TODO?

Yes:

ndex: TODO
===================================================================
RCS file: /cvs/gcc/gcc/gcjx/Attic/TODO,v
retrieving revision 1.1.2.41
retrieving revision 1.1.2.42
diff -U2 -r1.1.2.41 -r1.1.2.42
--- TODO        20 Sep 2005 17:06:21 -0000      1.1.2.41
+++ TODO        29 Sep 2005 16:24:35 -0000      1.1.2.42
@@ -280,4 +280,6 @@
 what do they refer to?  (what is wrong or what should be)
 voice, etc
+get source line from lexer and print a caret underneath pointing
+to the column in question.

 one thing that would be nice would be to unify the visitor API


--
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://ranjitmathew.hostingzero.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]