diff --git a/README.md b/README.md index df999620e83fd317279984e026c4d3493968761f..092c61fe8248136b5abf0e59ac8bd41bbffe0faf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RelAST Preprocessor Version 0.2.1 +# RelAST Preprocessor Version 0.2.3  @@ -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;