Changeset 4543 for trunk/examples

Show
Ignore:
Timestamp:
10/28/08 15:58:54 (2 months ago)
Author:
pmoura
Message:

Updated the Logtalk built-in debugger to accept the return and enter keys as alternatives to the "c" key ("creep") when tracing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/NOTES.txt

    r4541 r4543  
    4343 
    4444 
    45 Follows a short description of each included example: 
     45Follows a short description of each included example (in alphabetical order): 
    4646 
    4747ack 
    48     implementation of the Ackermann function 
     48    implementation of the Ackermann arithmetic function 
    4949 
    5050aliases 
     
    108108    very simple example of using the new, experimental encoding/1  
    109109    directive (requires Logtalk to be run with either YAP, SWI-Prolog, 
    110     CxProlog, or SICStus Prolog) 
     110    CxProlog, K-Prolog, or SICStus Prolog) 
    111111 
    112112engines 
     
    198198 
    199199puzzles 
    200     several examples of logical puzzles 
     200    several examples of solving logical puzzles 
    201201 
    202202reflection 
     
    231231tabling 
    232232    simple example of using tabling directives within objects 
     233    (requires Logtalk to be run with either B-Prolog, XSB, or YAP) 
    233234 
    234235testing