eclipse-archived / ceylon

The Ceylon compiler, language module, and command line tools
http://ceylon-lang.org
Apache License 2.0
399 stars 62 forks source link

migrate to ANTLR 4 #3672

Open CeylonMigrationBot opened 11 years ago

CeylonMigrationBot commented 11 years ago

[@gavinking] We need to migrate to ANTLR 4 and in the process remove all the embedded Java code from the grammar. This is probably going to keep me occupied for a couple of rather tedious days. :-/

[Migrated from ceylon/ceylon-spec#566]

CeylonMigrationBot commented 11 years ago

[@gavinking] This is a big job. Not for Ceylon 1.

CeylonMigrationBot commented 10 years ago

[@bjansen] Perhaps this could help using an ANTLR tree in the IntelliJ plugin, it seems Terence Parr was able to create an ANTLR plugin based on ANTLR 4 grammars...

dafixa commented 8 years ago

ANTLR4 support would make it much easier to build Ceylon tools in Javascript, C#,Python and the other ANTLR4 backends coming up.

Is v4 support happening?