Can someone point me to an example of building a simple hosted language using the DLR? My needs are modest, basically I just want to be able to evaluate simple case-insensitive expressions.
+2
A:
- DLR - Build Your Own Language (without tears) by Dermot Hogan
- Getting started with the DLR: ToyScript by John Lam
Mark Cidade
2010-07-26 14:54:58
+2
A:
The CodePlex DLR site includes a walk through of a simple LISP like language called Sympl:
http://dlr.codeplex.com/wikipage?title=Docs%20and%20specs&referringTitle=Home
There are implementations in both C# and IronPython.
Dino Viehland
2010-07-27 02:55:13