lhartikk / ArnoldC

Arnold Schwarzenegger based programming language
lhartikk.github.io/ArnoldC/
Apache License 2.0
6.73k stars 290 forks source link

Fix error parsing expression, adding a blank line to separate commands. #108

Closed eurafa closed 8 years ago

eurafa commented 8 years ago

Trying to compile the project I got the following error:

build.sbt:30: error: eof expected but ';' found. parallelExecution in Test := false ^ [error] Error parsing expression. Ensure that settings are separated by blank lines. Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? r

Then I check the build.sbt and saw the last commit adding parallelExecution setup. I added the blank line separating the commands to can start to contribute with ArnoldC :)