| Version 1 (modified by whiteknight, 2 years ago) |
|---|
Methods that a compiler object should have:
- compile_string
- compile_file
- eval_string
- eval_file
- eval_line (compile/execute a single line in a shared context like a REPL)
| Version 1 (modified by whiteknight, 2 years ago) |
|---|
Methods that a compiler object should have: