Changeset 410

Show
Ignore:
Timestamp:
10/07/08 08:32:11 (3 months ago)
Author:
scooter.p..@gmail.com
Message:

Scott Michel:
Add CLISPs compiler output extensions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • jasko.tim.lisp/src/jasko/tim/lisp/swank/LispImplementation.java

    r409 r410  
    1616                        ".dfsl",                // Clozure CL, openmcl output 
    1717                        ".d64fsl",              // Same as above 
    18                         ".dx64fsl"              // Same as above 
     18                        ".dx64fsl",             // Same as above 
     19                        ".dx32fsl",             // Same as above 
     20                        ".fas",                 // CLISP interpreter output 
     21                        ".lib"                  // CLISP interpreter output 
    1922        }; 
    2023