What's new? | Help | Directory | Sign in
Google
cat-language
The Cat Programming Language Project
  
  
  
  
    
Search
for
Updated May 21, 2007 by cdiggins
Labels: Usage
Compilation  
About the Cat to CIL compiler.

CIL Compiler

The Cat interpreter comes with a built-in Common Intermediate Language (CIL) compiler. The compiler is activated using the #c meta-command converts a quotation into a dynamic assembly, and saves it as to the file "out.exe".

A dynamic assembly can be run using the #run meta-command.


Sign in to add a comment