Hacker News new | ask | show | jobs
by xcubic 1158 days ago
Interesting! I actually do something quite similar, which is why I created this code generator

https://github.com/mintyPT/sal (still need to finish v2)

How long have you been going this? You create a custom language instead of using json or yaml?

1 comments

Yeah I maintain compilers for a living so throwing together a parser for my own custom language is fun and quick. The custom language is just event definitions, state machines etc. Nothing complicated.