Des Hartman

Show:

What's happening?

  • Eclipse update fails for 1.3.1

    I keep getting this failure when updating using eclipse. I am running 3.4.2 eclipse An error occurred while collecting items to be installed No repository found containing: org.deved.antlride.antlrv3.0/osgi.bundle/1.3.1.200904061836 No repository found containing: org.deved.antlride.antlrv3.1/osgi.bundle/1.3.1.200904061836 No repository found containing...

    2009-04-08 23:06:58 UTC in ANTLR IDE

  • Followup: RE: ActionScript target language

    Answer from ActionScript maintainer "The ActionScript grammar requires a separate action for the package declaration and is more similar to the C# target than the Java target in this regard. I should improve the documentation on this on the wiki. Basically use @package to declare the package namespace and @header for additional imports or other declarations before the generated class...

    2009-03-09 03:38:46 UTC in ANTLR IDE

  • Followup: RE: ActionScript target language

    I have posted the request with George Scott who maintains the ActionScript code for ANTLR. I'll await his response. Thanks Des.

    2009-03-08 22:48:08 UTC in ANTLR IDE

  • Followup: RE: ActionScript target language

    Hi, thanks for releasing the new version. Actionscript seems to compile fine now. There is however a problem with the @headers part for packages. I created this simple grammar file and this shows the problem: grammar TestIt; options { language = ActionScript; output = AST; } @header { package somewhere.grammar } emptyRule: A ; This compiled results in the package...

    2009-03-05 03:19:17 UTC in ANTLR IDE

  • Followup: RE: ActionScript target language

    It is part of the package as far as I know. I downloaded the antlr.swc and put it in my Flexbuilder project and it worked fine. It does not work with ANTLRIDE at the moment http://www.antlr.org/wiki/display/ANTLR3/Antlr3ActionScriptTarget Would be great if you can include it aas a target language Thanks Des.

    2009-01-29 09:46:52 UTC in ANTLR IDE

  • ActionScript target language

    What are the plans to support ActionScript as a target language? Currently Eclipse freezes up if you load an ActionScript based ANTLR file Thanks.

    2009-01-22 22:53:08 UTC in ANTLR IDE

  • Followup: RE: FormulaCompiler.g

    I am looking at using ANTLR for a simple user input to calculate formulas using adjacent columns. Basically a spreasheet, but with all rows in the column having the same formula. I have looked on the net to find Excel grammar that I can use in ANTLR and yours looked close, so I was trying to model it. thanks Des.

    2009-01-21 22:52:03 UTC in CleanSheets

  • Followup: RE: FormulaCompiler.g

    Sorry, my mistake. I was looking at the wrong file. Why did you remove the .g file? Is it possible to include it again? thanks Des.

    2009-01-21 02:56:49 UTC in CleanSheets

  • FormulaCompiler.g

    Hi, I have had a look at your app and was particularly interested in the FormulaComiler.g file to see how you did the formula with ANTLR. I noticed that the FormulaLexer/Parser has jumped in size in the latest version, but the FormulaCompiler.g file is not included this time. Can you elaborate what was added or include the .g file? Thanks Des.

    2009-01-20 04:43:32 UTC in CleanSheets

About Me

  • 2009-01-20 (10 months ago)
  • 2368223
  • deshartman (My Site)
  • Des Hartman

Send me a message