Repository

Artifacts/Jars

Popular Tags

ajax analysis annotations ant apache api archetype aspect asynchronously beans binding bpm build buildsystem bytecode cache cms codecoverage codehaus collections concurrency container database directory distributed doc eclipse ejb esb format framework graph graphics hadoop hibernate html http ide imap io jbi jdbc jdo jini jms jmx jndi jsf jsp language logging mail maven metadata microsoft mock net osgi parser pdf persistence plugin pool portal portlet query regexp rmi rpc rss ruleengine scheduling scm scripting security server servlet soa soap socket spring ssh svg swt system taglib template testing transaction ui web webdav webframework webserver webservice workflow xml xquery xslt

[See All Tags]
home » org.antlr

Group: org.antlr



Artifact Last Version Popularity Description
stringtemplate (6)
ANTLR StringTemplate 4.0.2
4.0.2 StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developing jGuru.com. StringTemplate also generates the stringtemplate website: http://www.stringtemplate.org and powers the ANTLR v3 code generator. Its distinguishing characteristic is that unlike other engines, it strictly enforces model-view separation. Strict separation makes websites and code generators more flexible and maintainable; it also provides an excellent defense against malicious template authors. There are currently about 600 StringTemplate source downloads a month.
antlr-runtime (15)
ANTLR 3 Runtime
3.5 A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
antlr (17)
ANTLR 3 Tool
3.5 The ANTLR 3 tool.
ST4 (5)
StringTemplate 4
4.0.7 StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developing jGuru.com. StringTemplate also generates the stringtemplate website: http://www.stringtemplate.org and powers the ANTLR v3 code generator. Its distinguishing characteristic is that unlike other engines, it strictly enforces model-view separation. Strict separation makes websites and code generators more flexible and maintainable; it also provides an excellent defense against malicious template authors. There are currently about 600 StringTemplate source downloads a month.
gunit (13)
ANTLR 3 gUnit
3.5 gUnit grammar testing tool for ANTLR 3
antlr4 (2)
ANTLR 4 Tool
4.0 The ANTLR 4 grammar compiler.
antlr4-runtime (2)
ANTLR 4 Runtime
4.0 The ANTLR 4 Runtime
antlr-master (9)
ANTLR 3 Master build control POM
3.5 Master build POM for ANTLR 3
antlr3-maven-plugin (15)
ANTLR 3 Maven plugin
3.5 This is the brand new, re-written from scratch plugin for ANTLR v3. Previous valiant efforts all suffered from being unable to modify the ANTLR Tool itself to provide support not just for Maven oriented things but any other tool that might wish to invoke ANTLR without resorting to the command line interface. Rather than try to shoe-horn new code into the existing Mojo (in fact I think that by incorporating a patch supplied by someone I ended up with tow versions of the Mojo, I elected to rewrite everything from scratch, including the documentation, so that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports such as imported grammar processing, proper support for library directories and locating token files from generated sources, and so on. In the end I decided to also change the the ANTLR Tool.java code so that it would be the provider of all the things that a build tool needs, rather than delegating things to 5 different tools. So, things like dependencies, dependency sorting, option tracking, generating sources and so on are all folded back in to ANTLR's Tool.java code, where they belong, and they now provide a public interface to anyone that might want to interface with them. One other goal of this rewrite was to completely document the whole thing to death. Hence even this pom has more comments than funcitonal elements, in case I get run over by a bus or fall off a cliff while skiing. Jim Idle - March 2009
maven-gunit-plugin (9)
ANTLR 3 gUnit Maven plugin
3.5 A Maven plugin for incorporating gUnit testing of grammars
antlr3-maven-archetype (8)
ANTLR 3 Maven Archetype
3.5-rc-2 ANTLR 3 Maven Archetype
antlrworks (2)
ANTLRWorks
1.5 ANTLRWorks 1
antlr4-maven-plugin (2)
ANTLR 4 Maven plugin
4.0 Maven plugin for ANTLR 4 grammars
antlr4-master (2)
ANTLR 4
4.0 ANTLR 4 Master Build POM