ANTLR V3 SQL Grammar - antlr3

Where can I find sql grammars available for v3 of ANTLR?
I have tried http://www.antlr.org/grammar/list, but the link is dead.

The servers are currently being adjusted for the ANTLR 4 release. The new home of ANTLR 3 is antlr3.org. The particular page you are asking about is here:
http://antlr3.org/grammar/list.html

Related

Is there any way to visualize .grl extension grammar?

I'm studying rule engine for golang and came across a project on github which is based on ANTLR4. I wish to visualize the grammar they're using (.grl extension). Is there any way ?
ANTLR Development Tools Page give you lots of options to help you visualize ANTLR4 grammar file. Most of them (if not all) are in form of IDE plugins. As the developer or grule, I use Goland plugin (same with Intellij) to develop Grule's grammar.

Whats the best way to get started on a SonarQube plugin for a new language

I want to develop a sonarqube plugin for analyzing a new language. The language's grammar is developed. There is a parser available for it. The parser throws out an AST.
I want to write visitors for this AST and then develop rules. Is there a sample plugin(I saw the github sonar-examples but I didnt find it to be clear) or good documentation on what steps I should take?
Guidance from people who have developed Sonarqube plugins for languages much appreciated!
This Supporting New Languages outline should get you started. Beyond that, go to the Google Group to ask specific questions.

Where do I test the tutorial 3 of Datameer Developer Guide

I am working for the Datameer plugin development and I am struck at Tutorial 3 of it. Does anybody know where do I see that Freemarker widget that I build in tutorial 3 working in Datameer UI???
I don't have the permission to create new tags and hence putting it under Hadoop. If anybody has the appropriate privileges, please create one for Datameer
Unfortunately the tutorial was for Datameer v1.4. We introduced an entirely new data visualization module in v2.0 and we are working on providing the same customizability for it in a near future release.
Sorry for the delayed response on this post. It turns out that in version 2.0+ of Datameer the visualization (now called Infographics) module has been rewritten leveraging the power of HTML5 to more intuitively visualize your data analysis.
I recommend that you take a look at the new features that 2.0 has to offer under http://www.datameer.com/learn/videos.html.

How to generate database class files with SubSonic 3?

I've been using SubSonic (ActiveRecord) for a couple of years. I've been waiting until a few of the bugs in 3.0 were fixed before downloading the newest release and upgrading my few sites that use SubSonic to 3.0. I'm currently using 2.2 on these sites. I'm working on a new site and wanted to use 3.0 to get a grip on the new updates before going back and updating my existing sites to 3.0.
However, I'm stuck and the old SubSonic site with forums and useful help documents seemed to have all changed and there's nothing there that I can find to answer my basic questions.
How can I generate database class files with SubSonic 3?
In version 2.x, I used the SubCommander tool integrated with Visual Studio and it just took a click of a menu choice to regenerate all of the class files. Now, there's just a single binary .dll file and no information on how to actually generate my class files.
This question is posed for a new database and new web site, but I have several other existing web sites/databases that I'd like to upgrade. Is there a document on how to transition from SubSonic 2 to SubSonic 3? Preferably, a document that takes into consideration existing implementations.
There isn't a document on transitioning from 2 to 3 although I think it'd be a great thing for someone to write. However you should find answers on how to get started from the docs site.
In particular it sounds like you should have a look at:
The 5 minute ActiveRecord demo
Using SubSonic 3 ActiveRecord
ActiveRecord overview
This question should also have answers to some of the pitfalls when get started with SubSonic 3 and t4.

Is Linq to NHibernate in the 2.1 Alpha release?

So the nHibernate 2.1 Alpha came out a few days ago, but the announcement on sourceforge doesn't mention the additional features. In particular, it doesn't mention whether LINQ is included. I know that I've read that LINQ would be part of 2.1, but that was 6 months ago. Anybody know if LINQ is in 2.1 or what new features are? There's no documenation about 2.1 alpha features on the official site.
LinqToNHibernate is being written by Steve Strong at IMeta. Steve is attempting an amazing task by changing the way NHibernate parses HQL from the string based system to an abstract syntax tree. To be fair he does have a head start as this is being done in Hibernate using ANTLR which he is porting to .Net. It still baffles my mind what he is undertaking. I must say well done to IMeta for giving Steve the time to work on this.
If you want to see how far he is going you can check the uNhAddIns repository.
There is also a workable LinqToNHibernate provider which you'll find in NHContrib I am using this on a few projects and it works well but isn't in active development now and does break down if you attempt complex Linq queries

Resources