Discussion about new syntax for logic elements #51
AndreasKrall
started this conversation in
General
Replies: 1 comment 1 reply
-
|
I prefer the variant:
It is close to the old syntax and does not give problems in the grammar. We do not consume new keywords which cannot be used as identifiers. But if we rework the The syntax would be |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently
logicelements are defined using annotations with a base annotation and annotations depending on the base annotation, e.g.:Another syntax should be developed where the base annotation is integrated into the definition of the
logicelement. Possible examples are:The advantage of the keyword
logicis that no additional keywords have to be added asreservationandstationare identifiers.The result of the discussion (in the comments) is described here:
Beta Was this translation helpful? Give feedback.
All reactions