Changes between Version 3 and Version 4 of Orio/TuneSpecs
- Timestamp:
- 06/13/08 05:27:44 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Orio/TuneSpecs
v3 v4 7 7 The tuning specifications of Orio simply consist of a sequence of ''definition statements''. Every definition statement contains a series of ''auxiliary statements'', which can be categorized into four different types: 8 8 9 1. ''argument statement'' 9 1. ''argument statement'' [[BR]] Argument statement is used to collect specific information from the Orio user about the pertinent tuning components. One example is the `command` argument (in the `build` definition) that is used to indicate the compilation command. 10 11 10 12 1. ''let statement'' 11 13 1. ''parameter statement'' … … 13 15 1. ''declaration statement'' 14 16 15 Argument statement is used to collect specific information from the Orio user about the pertinent tuning components. One example is the `command` argument (in the `build` definition) that is used to indicate the compilation command.16 17 17 18