Looking for a little help and guidance on creating a grammar for JS/CC
问题 In regards to my last question How would I write an interpreter for this in javascript? I'm attempting to create a JS/CC grammar. They have a live install of the program if you want to try my grammar out, just copy and paste it into the top box, click Build and then Run . The result should run the little program at the bottom of the grammar, which is: popup 'String Literal' popup 42 set myVariable to 10 popup myVariable When run you should get 3 alerts, the last one should be 10, but its 0.