Skip to content

process/action renaming - priority issue #22

@alvarohm

Description

@alvarohm

The parser does not accept an action of the form Skip[[a <- c]] (only (Skip)[[a <- c]]), and for processes when there is a parameter P(1)[[a <- c]] (only (P(1))[[a <- c]]).

I suspect that the problem is the precedence between the renaming and for processes the production:
identifier, [ ‘(’, [ expression, { ‘,’, expression } ], ‘)’ ]

and for actions the productions:

| ‘Stop’
| ‘Chaos’
| ‘Div’
...
| instantiated action

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions