Re: Language Work Benches in Py

2005-09-06 Thread yoda
I realize that I forgot to post the sample code:). Below is my implementation: #DSL data #123456789012345678901234567890123456789012345678901234567890, dsldata=( 'SVCLFOWLER 10101MS0120050313.', 'SVCLHOHPE 10201DX0320050315', 'SVCLT

Language Work Benches in Py

2005-09-03 Thread yoda
Hi, I recently read Martin Fowler's article on language workbenches and domain specific languages(http://www.martinfowler.com/articles/languageWorkbench.html). I then had the pleasure of reading Rainer Jowsig's implementation of the sample in Lisp(http://lispm.dyndns.org/news?ID=NEWS-2005-07-08-1).