Skip to content
Snippets Groups Projects
Commit 5bdee4fd authored by René Schöne's avatar René Schöne
Browse files

Version 0.2.3

parent db3908ff
No related branches found
Tags 0.2.3
No related merge requests found
Pipeline #4423 passed
# RelAST Preprocessor Version 0.2.1
# RelAST Preprocessor Version 0.2.3
![RelAST process](relast-process.png)
......@@ -6,7 +6,6 @@ The RelAST preprocessor takes a `.relast` file as input comprising AST rules and
To use it in your project, build the JAR file running
```
./gradlew jar
```
......@@ -42,6 +41,9 @@ Note that you may have to change
A.b -> B;
A.b? -> B;
A.bs* -> B;
B <- A.b ;
B <- A.b? ;
B <- A.bs*;
// Bidirectional relations
A.b <-> B.a;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment