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

How To Materialize Attrs Data Class From Json Schema Defined By Jsl Document

Assuming you using Python JSL library for defining JSON schema of your data and you using attrs lib… Read more How To Materialize Attrs Data Class From Json Schema Defined By Jsl Document

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

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