Changes between Version 2 and Version 3 of Examples
- Timestamp:
- 05/21/08 00:32:19 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Examples
v2 v3 20 20 == Boxer == 21 21 22 To run '''Boxer''' , you first need to create some output from the candc program:22 To run '''Boxer''' (version 1.0), you first need to create some output from the candc program: 23 23 {{{ 24 % echo "Every man runs ." | bin/candc --models models/boxer > /tmp/test.ccg 25 }}} 24 26 25 % echo "Every man runs ." | bin/candc --models models/boxer > /tmp/test.ccg 27 To run '''Boxer''' (subversion), you need to create some output from the candc program with an additional option: 28 {{{ 29 % echo "Every man runs ." | bin/candc --models models/boxer --candc-printer boxer > /tmp/test.ccg 30 }}} 26 31 27 }}}28 32 29 33 Now this file can be used as input to Boxer: