Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pieter Koopman
Personal Prof public repository
Commits
bd13ea16
Commit
bd13ea16
authored
Oct 14, 2019
by
Markus Klinik
Browse files
README
parent
f25b2f58
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
bd13ea16
...
...
@@ -2,7 +2,9 @@
Rascal implementation of a simple rule checker for student Java assignments.
## How to run
## Running the rule checker
1.
Download the latest rascal-shell-unstable.jar from the rascal website and
put it next to the run.sh script
...
...
@@ -20,6 +22,8 @@ Rascal implementation of a simple rule checker for student Java assignments.
error("Always explicitly specify access modifiers: public, protected, or private",|java+field:///a2/User/input|)
## Running the test cases
There are some test projects and test cases to check that the rules give
...
...
@@ -33,6 +37,16 @@ To run only specific files, specify them on the command line.
$ ./test.sh Assignment02RulesSpec.rsc Assignment03RulesSpec.rsc
## Developing the rules
To develop rascal code, use eclipse-rcp. Follow the instructions here:
https://www.rascal-mpl.org/start/
## References
-
Rascal official website https://www.rascal-mpl.org/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment