I am writing a game in python and have decided to create a DSL for the map data files. I know I could write my own parser with regex, but I am wondering if there are existing py
There are plenty of Python parsing tools: http://nedbatchelder.com/text/python-parsers.html