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
Branches
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) ![RelAST process](relast-process.png)
...@@ -6,7 +6,6 @@ The RelAST preprocessor takes a `.relast` file as input comprising AST rules and ...@@ -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 To use it in your project, build the JAR file running
``` ```
./gradlew jar ./gradlew jar
``` ```
...@@ -42,6 +41,9 @@ Note that you may have to change ...@@ -42,6 +41,9 @@ Note that you may have to change
A.b -> B; A.b -> B;
A.b? -> B; A.b? -> B;
A.bs* -> B; A.bs* -> B;
B <- A.b ;
B <- A.b? ;
B <- A.bs*;
// Bidirectional relations // Bidirectional relations
A.b <-> B.a; A.b <-> B.a;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment