I'm planning to create a simple mini-language parser in Python.
I was wondering how I could go around doing that and what are the preferred ways of doing this kind of thing in Python?
I just want to know how easy this whole field is in Python.
Appreciate the help!