eval(readFile('Compiled_LJS_Parser')) //Q: What's wrong with LJS1 //A: while{stop;} and loop{break;} ometa LJS1 <: JSTranslator { loop curlyTrans:body -> ('while (true) { ' + body + '}'), stop -> ('break;') }