Browse by Tags

All Tags » Visual Basic (RSS)

GFN on DLR

Over the past few weeks I have been developing a version of Joel Pobar's GFN language that utilizes the DLR framework. I have modified Joel's grammar for the GFN language to make it similar to that of Visual Basic grammar. Here is the updated...
Posted by Isaiah | with no comments
Filed under: , ,

DLR Visual Basic Scanner

In my research of how to develop a language I came across several different compilers on Codeplex. In my development of a compiler I am using the following design In order to keep things simple I am following the grammar of the Visual Basic .NET language...
Posted by Isaiah | 1 comment(s)
Filed under: ,