diff --git a/Readme.md b/Readme.md index 010d13f..1918001 100644 --- a/Readme.md +++ b/Readme.md @@ -8,7 +8,7 @@ Summary of tools used : - [ANTLR (ANother Tool for Language Recognition)](http://www.antlr.org/) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. - [TestNG](http://testng.org/doc/index.html) a java unit-testing framework -Test cases are available [here](src/master/compiler/src/test/test-resources/examples) +Test cases are available [here](compiler/src/test/resources/examples) From [this playlist](https://www.youtube.com/watch?v=2uvKTmfPNzE&list=PLOfFbVTfT2vbJ9qiw_6fWwBAmJAYV4iUm). diff --git a/mvn-deploy-jasmin.sh b/mvn-deploy-jasmin.sh deleted file mode 100644 index f396fc2..0000000 --- a/mvn-deploy-jasmin.sh +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/bash - -mvn deploy:deploy-file \ - -DgroupId=net.jasmin \ - -DartifactId=jasmin \ - -Dversion=2.4 \ - -Durl=file:./lib/ \ - -DrepositoryId=local-maven-repo \ - -DupdateReleaseInfo=true \ - -Dfile=./lib/jasmin.jar