Discussion:
From JavaCC to Delphi
(too old to reply)
mamcx
2005-04-18 17:09:54 UTC
Permalink
I'm porting Lucene to Delphi and i'm stuck with a code generated with
JavaCC.

http://svn.apache.org/viewcvs.cgi/lucene/java/branches/lucene_1_4_2_dev/src/java/org/apache/lucene/analysis/standard/StandardTokenizer.jj?view=markup

and

http://svn.apache.org/viewcvs.cgi/lucene/java/branches/lucene_1_4_2_dev/src/java/org/apache/lucene/queryParser/QueryParser.jj?view=markup


I want to know if is possible output the code in Delphi directly....
--
Mutis: The open source indexing/search engine for Delphi
http://mutis.sourceforge.net/
(Alpha stage: Developers Wanted!)
Lori M Olson [TeamB]
2005-04-19 17:48:32 UTC
Permalink
Post by mamcx
I'm porting Lucene to Delphi and i'm stuck with a code generated with
JavaCC.
http://svn.apache.org/viewcvs.cgi/lucene/java/branches/lucene_1_4_2_dev/src/java/org/apache/lucene/analysis/standard/StandardTokenizer.jj?view=markup
and
http://svn.apache.org/viewcvs.cgi/lucene/java/branches/lucene_1_4_2_dev/src/java/org/apache/lucene/queryParser/QueryParser.jj?view=markup
I want to know if is possible output the code in Delphi directly....
I don't really know much about Delphi, but I did recently read a blog on
using a .NET Lucene implementation. If you are using Delphi.NET, you
could use that instead of re-inventing the wheel. And if not, you may
be able to port the .NET implementation more easily...

http://www.dotlucene.net/
--
Regards,

Lori Olson [TeamB]

------------

Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.

Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
mamcx
2005-04-20 14:22:40 UTC
Permalink
Post by Lori M Olson [TeamB]
I don't really know much about Delphi, but I did recently read a blog on
using a .NET Lucene implementation. If you are using Delphi.NET, you
could use that instead of re-inventing the wheel. And if not, you may
be able to port the .NET implementation more easily...
http://www.dotlucene.net/
Yes, I know. And really, I do exactly that!

Despite the fact I reinventing the wheel, I plan adapt the conection so
Delphi cars under Win32/.NET can use it ;)


Thanks anyway.
--
Mutis: The open source indexing/search engine for Delphi
http://mutis.sourceforge.net/
(Alpha stage: Developers Wanted!)
Loading...