Changes between Initial Version and Version 1 of CompilerInterfaceDesign

Show
Ignore:
Timestamp:
12/09/10 16:54:14 (11 years ago)
Author:
whiteknight
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilerInterfaceDesign

    v1 v1  
     1Methods that a compiler object should have: 
     2 
     3 - compile_string 
     4 - compile_file 
     5 - eval_string 
     6 - eval_file 
     7 - eval_line (compile/execute a single line in a shared context like a REPL) 
     8