Added TODO

This commit is contained in:
Justin Ethier 2021-02-21 21:52:40 -05:00
parent e9ebfb8dcb
commit af9775af98

View file

@ -164,3 +164,7 @@ TODO: Are there any complications in referencing vars from `args` rather than di
- Modify FFI and define-c definitions in scheme files
- Bring up the compiler in stages. Will need to use the current version of Cyclone to generate a version with the new function signatures.
## TODO
- Need to either remove `inline_function_type` or have a special compilation mode/flag so that we do not use it for compilers that are too strict to use it.