|
|
|
|
|
by deterministic
702 days ago
|
|
Building a small language is super easy. You can even just use JSON as a functional but ugly stand in for the syntax. However I usually just write a quick recursive descendant parser. It is easy and quick to do once you know how to do it. |
|