mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Added a TODO
This commit is contained in:
parent
fdae824263
commit
c5d3833248
1 changed files with 3 additions and 0 deletions
3
TODO
3
TODO
|
@ -9,6 +9,9 @@ Working TODO list:
|
|||
need an example of this, for example maybe defining a function in the interpreter and
|
||||
then passing it as a parameter. EG: (map (lambda ...) lst)
|
||||
|
||||
- Handle errors better within icyc, instead of exiting the program, print an error and
|
||||
keep going
|
||||
|
||||
- Use a lib.scm for libs, similar to eval/parser modules?
|
||||
|
||||
- cyclone should return an error code (IE: 1) when compilation fails and a 0 when it is successful. that way it can be scripted via bash (for example)
|
||||
|
|
Loading…
Add table
Reference in a new issue