Skip to content
Snippets Groups Projects
Commit 7937c555 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Removed SIMPLE-COMPONENT-NAME case from COMPONENT-DEF in grammar.

parent d2b7f979
No related branches found
No related tags found
No related merge requests found
...@@ -463,8 +463,7 @@ option := :components component-list ...@@ -463,8 +463,7 @@ option := :components component-list
component-list := ( {component-def}* ) component-list := ( {component-def}* )
component-def := simple-component-name component-def := ( component-type name {option}* )
| ( component-type name {option}* )
component-type := :module | :file | :system | other-component-type component-type := :module | :file | :system | other-component-type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment