[antlr-interest] ANTLR on Microsoft's Compact Framework?

Sam Harwell sharwell at pixelminegames.com
Mon Sep 14 07:49:16 PDT 2009


Are you trying to run a generated parser, or are you actually trying to run Antlr3.exe on the CF to generate your parser?

If you only want to run the generated parser, then you probably only need to compile Antlr3.Runtime.dll (CSharp3 target) or Antlr.Runtime.dll (CSharp/CSharp2 target).

Sam

-----Original Message-----
From: antlr-interest-bounces at antlr.org [mailto:antlr-interest-bounces at antlr.org] On Behalf Of André van der Merwe
Sent: Sunday, September 13, 2009 4:05 PM
To: antlr-interest at antlr.org
Subject: [antlr-interest] ANTLR on Microsoft's Compact Framework?

Hi,

Has anyone managed to get an ANTLR generated parser (C#) working on the .net compact framework?

I doubt there are any major issues with the generated code but the references are going to be a problem. Before I go and recompile everything for the CF I wanted to check if there were known issues or perhaps someone has already done this?

As far as I can see I'll need to compile the following

StringTemplate.dll (not sure what ST's dependencies are...)
antlr.runtime.dll  (from the main distro?)
Antlr3.Runtime.dll (from the C# runtime)



Thanks for any advice.

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: http://www.antlr.org/mailman/options/antlr-interest/your-email-address


More information about the antlr-interest mailing list