Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dsl

Writing A Compiler For A Dsl In Python

I am writing a game in python and have decided to create a DSL for the map data files. I know I cou… Read more Writing A Compiler For A Dsl In Python

Creating A New Language Within The Python Virtual Machine

Is it possible to create a new language for the Python Virtual Machine? I was reading over http://l… Read more Creating A New Language Within The Python Virtual Machine