Building a compiler in VB.NET

Yerbol <yerboln@gmail.com>
Wed, 17 Dec 2008 02:42:07 -0800 (PST)

          From comp.compilers

Related articles
Building a compiler in VB.NET yerboln@gmail.com (Yerbol) (2008-12-17)
Re: Building a compiler in VB.NET sammy.deroy@gmail.com (Sammy) (2008-12-18)
| List of all articles for this month |

From: Yerbol <yerboln@gmail.com>
Newsgroups: comp.compilers
Date: Wed, 17 Dec 2008 02:42:07 -0800 (PST)
Organization: Compilers Central
Keywords: question
Posted-Date: 18 Dec 2008 17:25:36 EST

Hi
I am trying to build a simulator compiler. Well a part of it: scanner
and parser. In VB.NET


Basically my question is how to specify language definition in VB.NET
while building a scanner? I've checked out this article
http://msdn.microsoft.com/en-us/magazine/cc136756.aspx


But I am not sure, how can I specify language definition, against
which the scanner will check the input.


Thank you.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.