Closed Bazmundi closed 8 years ago
Dear Bazmundi,
thank you for your question but I have to forward you to our friends in Italy. According to your stack trace, it seems that you are using ASMETA and not CoreASM. ../org/asmeta/parser/ASMParser.jj It seems that you used a CoreASM specification in ASMETA and therefore the parse exception states: Encountered " "CoreASM "...
Please contact them in order to get some assistance. Probably, they can help you better than me this time.
Kind regards Marcel
Whoops. I did get my wires crossed there. Thanks for that.
Cheers, B
On Tue, Dec 1, 2015 at 12:40 AM, mdausend notifications@github.com wrote:
Dear Bazmudi,
thank you for your question but I have to forward you to our friends in Italy. According to your stack trace, it seems that you are using ASMETA and not CoreASM. ../org/asmeta/parser/ASMParser.jj It seems that they integrated our common UASM-parser and therefore the parse exception states: Encountered " "CoreASM "...
Please contact them in order to get some assistance. Probably, they can help you better than me this time.
Kind regards Marcel
— Reply to this email directly or view it on GitHub https://github.com/CoreASM/coreasm.core/issues/19#issuecomment-160640804 .
Added coreASM to my epsilon toy box.
Copy and pasted Dining Philosophers into new *.casm file over default text.
Got:
INFO - parsing file D:\Safety\epsilon\safetyw\coreasm_sandpit\untitled.casm org.asmeta.parser.ParseException: Encountered " "CoreASM "" at line 7, column 1.
Was expecting one of:
"asm" ...
"module" ...
"asyncr" ...
Tried compiling boiler plate code that comes with new file, got:
INFO - parsing file D:\Safety\epsilon\safetyw\coreasm_sandpit\untitled2.casm org.asmeta.parser.ParseException: Encountered " "CoreASM "" at line 1, column 1.
Was expecting one of:
"asm" ...
"module" ...
"asyncr" ...
Seems to not want to run from Run menu, but will run from buttons on menu bar?
Any configuration that I am missing? There appears nothing to set up other than the install?
Cheers, A