Changes between Version 2 and Version 3 of Examples

Show
Ignore:
Author:
johan (IP: 151.100.17.210)
Timestamp:
05/21/08 00:32:19 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples

    v2 v3  
    2020== Boxer == 
    2121 
    22 To run '''Boxer''', you first need to create some output from the candc program: 
     22To run '''Boxer''' (version 1.0), you first need to create some output from the candc program: 
    2323{{{ 
     24% echo "Every man runs ." | bin/candc --models models/boxer > /tmp/test.ccg 
     25}}} 
    2426 
    25 % echo "Every man runs ." | bin/candc --models models/boxer > /tmp/test.ccg 
     27To 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}}} 
    2631 
    27 }}} 
    2832 
    2933Now this file can be used as input to Boxer: