[antlr-interest] PL/SQL create script via C# like language

Aaron Feng aaron.feng at gmail.com
Thu Apr 26 20:04:30 PDT 2007


Here is the follow up that uses AST for the translation instead of
String Template:

http://aaronfeng.com/articles/2007/04/26/translation-part-2-via-abstract-syntax-tree

Aaron

On 4/18/07, Aaron Feng <aaron.feng at gmail.com> wrote:
> The commenting was broken on my blog, it has been fixed.  I'm planning on
> posting the second part of the tranlation in a couple of days that uses AST
> instead of string template.
>
>
> On 4/15/07, Terence Parr <parrt at cs.usfca.edu> wrote:
> > Added to article list :)
> > Thanks,
> > Ter
> > On Apr 14, 2007, at 7:38 PM, Aaron Feng wrote:
> >
> > > I did a simple translator that will read in C# like language and
> > > output PL/SQL for creating tables.  Someone new to ANTLR might find it
> > > interesting.  The example can be found
> > >
> http://www.aaronfeng.com/articles/2007/04/14/csharp-to-pl-sql
> > >
> > > I'm fairly new to ANTLR, so all comments are welcome.
> > >
> > > Aaron
> >
> >
>
>


More information about the antlr-interest mailing list