Hypothetical concatenation predicament
问题 So I am working on a simple micro language/alternative syntax for PHP. Its syntax takes a lot from JavaScript and CoffeeScript including a few of my own concepts. I have hand written the parser (no parser generator used) in PHP to convert the code into PHP then execute it. It is more of a proof of concept/learning tool rather than anything else but I'd be lying if I said I didn't want to see it used on an actual project one day. Anyway here is a little problem I have come across that I