My company is designing a new domain specific scripting language; I have to implement a parser that translates our brand new programming language into a common scripting lan
To cover the Racket part of it:
People often write parsers and there are many ways to do so: