AlexanderKnueppel / AlexanderKnueppel/Skeditor
Update FOL Grammar Parser for Specifying Safety Properties
- Ngôn ngữ chính
- Java
- Star
- 1
- Fork
- 5
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
The first-order logical specification language is work in progress and a couple of further modifications are needed. The grammar itself is written in Antlr:

Some of the problems are displayed here:

# Changes to be made
- Use '=' instead of '==' to represent equality
- Introduce function symbols. In particular, mathematical functions like abs, min, max, sin, and cos should be allowed...
- It should be allowed to assign a wildcard to variables: ```a = *```, meaning that a can have an arbitrary value between ```-inf and inf```
- Function symbols are already possible, but a visitor should check whether specific symbols are allowed?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.