forked from gigabit101/StevesFactoryManager
-
-
Notifications
You must be signed in to change notification settings - Fork 48
Add support for WITH clauses in EXCEPT expressions #520
Copy link
Copy link
Open
Labels
language featureInvolving the design of the domain-specific language, likely changes to the .g4 ANTLR grammar fileInvolving the design of the domain-specific language, likely changes to the .g4 ANTLR grammar fileuser experienceSmooth out rough edgesSmooth out rough edges
Metadata
Metadata
Assignees
Labels
language featureInvolving the design of the domain-specific language, likely changes to the .g4 ANTLR grammar fileInvolving the design of the domain-specific language, likely changes to the .g4 ANTLR grammar fileuser experienceSmooth out rough edgesSmooth out rough edges
https://discord.com/channels/967118679370264627/967119184209264790/1480750800094630030
User was confused why the following was invalid:
This is because EXCEPT is currently a statement-wide resource id exclusion, you have to add the tag negation to the individual resource like
input * without tag forge:tools from a slots 0-27This should be able to be unified such that at program build time we can support WITH clauses in EXCEPT where anything in EXCEPT gets merged into the individual limits for the IOStatement