-
- Downloads
Remove sequential operator and meta-state
In the latest formalization of VOs, sequential composition is done by passing a validation task/expression as an argument to another task. This makes the previous "animator meta-state" concept obsolete. Because this parser doesn't handle validation task arguments yet (and we still have work to do before we can implement that usefully), there is nothing to be type-checked at this stage anymore, so I'm removing the type checker completely for now. The first implementation of the new type checker will probably be inside ProB 2 UI. Once we have formalized the validation task types and their parameters well enough, we can implement a standalone type checker in this library again.
Showing
- src/main/java/de/prob/voparser/AnimatorState.java 0 additions, 5 deletionssrc/main/java/de/prob/voparser/AnimatorState.java
- src/main/java/de/prob/voparser/VOParser.java 5 additions, 36 deletionssrc/main/java/de/prob/voparser/VOParser.java
- src/main/java/de/prob/voparser/VOTypeCheckException.java 0 additions, 17 deletionssrc/main/java/de/prob/voparser/VOTypeCheckException.java
- src/main/java/de/prob/voparser/VOTypeChecker.java 0 additions, 138 deletionssrc/main/java/de/prob/voparser/VOTypeChecker.java
- src/main/java/de/prob/voparser/VTType.java 0 additions, 7 deletionssrc/main/java/de/prob/voparser/VTType.java
- src/main/sablecc/VOParser.scc 0 additions, 8 deletionssrc/main/sablecc/VOParser.scc
- src/test/java/de/prob/voparser/VOParserTest.java 1 addition, 7 deletionssrc/test/java/de/prob/voparser/VOParserTest.java
- src/test/java/de/prob/voparser/VOTypeCheckingTest.java 0 additions, 83 deletionssrc/test/java/de/prob/voparser/VOTypeCheckingTest.java
Loading
Please register or sign in to comment