- Implement details in MC.pdf
- Java:
sudo apt install default-jdk
- Sbt:
curl -L http://dl.bintray.com/sbt/debian/sbt-1.2.6.deb sudo dpkg -i sbt-1.2.6.deb
- Access to sbt
sbt
- Compile
compile
- Test
- All test
test
- Each test
testOnly LexerSuite testOnly ParserSuite testOnly AstSuite testOnly CheckerSuite testOnly CodeGenSuite
- All test