-
Notifications
You must be signed in to change notification settings - Fork 4
Prototype Scope
FausticSun edited this page Feb 28, 2019
·
5 revisions
The prototype fulfills the requirements laid on in iteration 1. We describe the requirements below.
The current prototype is able to:
- Detect syntactic errors such as
- Invalid namings in SIMPLE program
- Any violation of SIMPLE grammar rules
- Detect semantic errors such as
- Procedures with the same name
- Parse 1 procedure
- Handle case-sensitivity of names
- Handle freely used spaces and tabs
- Parse expressions with left-associative rule implied from grammar rules
The current prototype is able to:
- Handle queries that have at most one "such that" and one "pattern" clause
- Detect syntactic errors such as
- Invalid namings in the query
- Any violation of PQL grammar rules
- Detect semantic errors such as
- Invalid first argument '_' for Modifies and Uses
- Using synonym in query before declaration