[antlr-interest] Status of C#?

Johannes Luber jaluber at gmx.de
Wed Oct 10 13:46:46 PDT 2007


Jim Idle wrote:
> That should have been RecognizerSharedState. IF you use the object
> browser to look at the runtime assembly created by the VS2005 .sln file,
> you will find that this is where the variable followingStackPointer
> (FSP) is not kept. Hence the code generated by 3.0.1 cannot see it. I
> synced back to the binary that was there before Ter deleted it, and it
> works correctly there because followingStackPointer is held in the
> parser class.
> 
> Jim

There's the issue: The code in the repository requires also a fresh
CSharp.stg and is incompatible with code generated for earlier versions.
Luckily this requires only a regeneration with a newer antlr.jar to fix
that. Considering that Ter broke some time ago all targets while
developing for 3.1, a binary compatibility is impossible.

Johannes


More information about the antlr-interest mailing list