[antlr-interest] Antlr ActionScript code generation target

George Scott george.scott at gmail.com
Fri May 23 12:40:17 PDT 2008


Hi Matthieu,

The ActionScript target was originally developed for Adobe Flex/AIR and
currently works with the Adobe Flex 3 SDK using the Flash or AIR runtime.  I
am following the Tamarin work, but haven't tested against it.  There are a
few dependencies in the current runtime on classes in the flash namespace
which are proprietary to Adobe, which is likely why you cannot import it
using Tamarin.

I can refactor the runtime and break out flash dependencies into a separate
.swc file, so the base runtime will be clean of all flash dependencies.

George



> Date: Thu, 22 May 2008 21:42:08 -0700
> From: "Matthieu Riou" <matthieu at offthelip.org>
> Subject: [antlr-interest] Antlr ActionScript code generation target
> To: antlr-interest at antlr.org
> Message-ID:
>        <fbdc6a970805222142g53a2b752i91fef21d5e49f6db at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
> I'm currently trying to test the ActionScript code generation for Antlr
> with
> a simple grammar. However I'm not sure which ActionScript runtime I can
> use.
> Ideally I'd like to use Tamarin with the Flex ASC compiler, is that
> possible? Currently I'm having issues when using -import with the runtime
> swc. Which environment people developing the ActionScript are working with?
>
> Thanks!
> Matthieu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20080523/a21707fd/attachment.html 


More information about the antlr-interest mailing list