Related articles |
---|
JavaCC in teaching waldmann@imn.htwk-leipzig.de (Johannes Waldmann) (2004-12-16) |
Re: JavaCC in teaching gagnon.etienne_m@uqam.ca (Etienne Gagnon) (2004-12-17) |
Re: JavaCC in teaching demakov@ispras.ru (Alexey Demakov) (2004-12-17) |
Re: JavaCC in teaching mayan@sandbridgetech.com (Mayan Moudgill) (2004-12-19) |
Re: JavaCC in teaching desw@cogs.susx.ac.uk (2004-12-22) |
From: | "Alexey Demakov" <demakov@ispras.ru> |
Newsgroups: | comp.compilers |
Date: | 17 Dec 2004 00:27:04 -0500 |
Organization: | Compilers Central |
References: | 04-12-065 |
Keywords: | Java, courses |
Posted-Date: | 17 Dec 2004 00:27:04 EST |
From: "Johannes Waldmann" <waldmann@imn.htwk-leipzig.de>
> What is your opinion on using JavaCC in teaching?
>
> I consider using JavaCC as an example in my compiler construction
> course, effectively replacing flex/bison.
>
> While the "classical" tools are well covered in standard textbooks,
> is there similar coverage for JavaCC somewhere? .
>
> Any pointers and comments appreciated (especially from teachers).
I propose ANTLR instead of JavaCC.
http://www.antlr.org
It is more powerful (however at base level easy enough for teaching),
has good community and, IMHO, more popular now.
Regards,
Alexey
-----
Alexey Demakov
TreeDL: Tree Description Language: http://treedl.sourceforge.net
RedVerst Group: http://www.unitesk.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.