Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
822b603a
Commit
822b603a
authored
Jul 30, 2013
by
Robert P. Goldman
Browse files
Small clarification of defsystem grammar in asdf.texinfo.
parent
dc430eeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/asdf.texinfo
View file @
822b603a
...
...
@@ -993,15 +993,19 @@ component-type := :module | :file | :static-file | other-component-type
other-component-type := symbol-by-name (@pxref
{
The defsystem grammar,,Component types
}
)
# This is used in :depends-on, as opposed to ``dependency,''
# which is used in :in-order-to
dependency-def := simple-component-name
| (
:
feature
name
)
| (
feature @var
{
feature
-
name
}
)
| ( :version simple-component-name version-specifier)
# ``dependency'' is used in :in-order-to, as opposed to
# ``dependency-def''
dependency := (dependent-op @var
{
requirement
}
+)
requirement := (required-op @var
{
required-component
}
+)
| (feature feature-name)
| (
:
feature
@var
{
feature-name
}
)
dependent-op := operation-name
required-op := operation-name
| feature
required-op := operation-name
simple-component-name := string
| symbol
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment