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

Added method-form to grammar table.

The method-form was missing from the defsystem grammar. Since it's not
obvious that the method-form does not accept a method definition with no
qualifier, this is not a good thing.
parent bb35e73a
No related branches found
No related tags found
No related merge requests found
......@@ -479,6 +479,9 @@ required-op := operation-name | feature
simple-component-name := string
| symbol
method-form := (operation-name qual lambda-list &rest body)
qual := method qualifier
@end verbatim
@subsection Serial dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment