diff options
| author | 2023-02-12 19:13:37 +0000 | |
|---|---|---|
| committer | 2023-02-12 19:13:37 +0000 | |
| commit | 009af92f6555111eb2fa9487e483224f78144991 (patch) | |
| tree | cc9a149e35af11bdde1cb49abca5083104f8cf22 /creole.c | |
| parent | add pseudoinstructions that compile to regular instructions (diff) | |
documentation
Diffstat (limited to '')
| -rw-r--r-- | creole.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -428,6 +428,11 @@ handle_compiletime_immediate(struct creole_env *env, } } +/* TODO: The compile step can be completely removed in favor of directly + * executing the bytecode, disassembling it with creole_parse_line() + * at every instance. This will also make the implementation simpler. + */ + enum creole_compiler_ret creole_compile(struct creole_env *env, struct creole_reader *r) { |
