[Mono-list] MonoBASIC
Miguel de Icaza
miguel@ximian.com
01 Aug 2001 13:47:40 -0400
On the topic of using my "parser" as a foundation:
> therefore I propose to use Jay as Miguel and, if he
> concedes, to start out with its C# grammar and adapt it having your Bison
> Grammar as a guide. I have a two monitor setup that comes on handy on those
> situations.
My parser currently builds a "tree" that will be further processed for
consistency and will generate a new three that is complete.
I am not sure if the rules for programming in Visual Basic are the
same as C#. It should be possible to target my tree with little
effort, although errors spit out by the lower layers might be C#-ish
related ;-)
Miguel.