Browse by Tags

All Tags » DLR (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 @ PDC

I stumbled across Deep Dive: Dynamic Languages in Microsoft .NET Jim Hugunin's presentation about DLR at PDC. I haven't had a chance to listen to the presentation but have the reviewed the slides and code, they were rather insightful. For more...
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: ,

Dynamic Language Runtime

One of the things I have wanted to do is develop a programming language. To me it was one of those things that seemed extremely complicated, and that it would ultimately be something I do when I am much older. Recently my interest got peeked and I started...
Posted by Isaiah | with no comments
Filed under: