invalid sample code
kayvank opened this issue · 2 comments
sample code dosn't compile against the RHolang specs 0.2
Below is execution script and generated errors:
➜ src git:(master) ✗ docker run -it --mount type=bind,source="$(pwd)",target=/tmp rchain/rnode --eval /tmp/cell.rho
Syntax Error, trying to recover and continue parse... for input symbol "" spanning from unknown:3/10(57) to unknown:3/13(60)
Exception in thread "main" java.lang.Exception: Unrecoverable Syntax Error
at coop.rchain.rholang.syntax.rholang_mercury.parser.unrecovered_syntax_error(parser.java:744)
at java_cup.runtime.lr_parser.parse(lr_parser.java:731)
at coop.rchain.rholang.syntax.rholang_mercury.parser.pProc(parser.java:731)
at coop.rchain.node.Main$.buildAST(main.scala:213)
at coop.rchain.node.Main$.buildNormalizedTerm(main.scala:203)
at coop.rchain.node.Main$.main(main.scala:122)
at coop.rchain.node.Main.main(main.scala)
Which cell.rho are you trying to run?
closing the repo as I opened this in the wrong repo.