mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 00:07:36 +02:00
Updated notes
This commit is contained in:
parent
542923a250
commit
02e3e58352
1 changed files with 4 additions and 4 deletions
8
TODO
8
TODO
|
@ -10,7 +10,7 @@ Tier 1:
|
||||||
- browse.scm
|
- browse.scm
|
||||||
- bv2string.scm
|
- bv2string.scm
|
||||||
- cat.scm - Fails, unable to open outputs/cat.output. Seems opening a file in a directory that does not exist is failing. Is that behavior specified?
|
- cat.scm - Fails, unable to open outputs/cat.output. Seems opening a file in a directory that does not exist is failing. Is that behavior specified?
|
||||||
- compiler.scm - Error: Unhandled number of function arguments: 1348
|
- compiler.scm - unbound vars: (denominator numerator)
|
||||||
- conform.scm
|
- conform.scm
|
||||||
- cpstak.scm
|
- cpstak.scm
|
||||||
- ctak.scm
|
- ctak.scm
|
||||||
|
@ -18,7 +18,7 @@ Tier 1:
|
||||||
- destruc.scm
|
- destruc.scm
|
||||||
- diviter.scm
|
- diviter.scm
|
||||||
- divrec.scm
|
- divrec.scm
|
||||||
- dynamic.scm - Unhandled number of function arguments: 234
|
- dynamic.scm - Need to handle optional radix argument to number->string
|
||||||
- earley.scm
|
- earley.scm
|
||||||
- equal.scm
|
- equal.scm
|
||||||
- fft.scm
|
- fft.scm
|
||||||
|
@ -37,7 +37,7 @@ Tier 1:
|
||||||
- nboyer.scm
|
- nboyer.scm
|
||||||
- nqueens.scm
|
- nqueens.scm
|
||||||
- ntakl.scm
|
- ntakl.scm
|
||||||
- nucleic.scm - Unhandled number of function arguments: 266
|
- nucleic.scm - Runs now, but segfaults
|
||||||
- paraffins.scm
|
- paraffins.scm
|
||||||
- parsing.scm
|
- parsing.scm
|
||||||
- peval.scm
|
- peval.scm
|
||||||
|
@ -52,7 +52,7 @@ Tier 1:
|
||||||
- sboyer.scm
|
- sboyer.scm
|
||||||
- scheme.scm - Problem with (macro?) being a primitive and defined in application code
|
- scheme.scm - Problem with (macro?) being a primitive and defined in application code
|
||||||
- simplex.scm - Compiles but quickly throws error Error: Divide by zero
|
- simplex.scm - Compiles but quickly throws error Error: Divide by zero
|
||||||
- slatex.scm - Unhandled number of function arguments: 188
|
- slatex.scm - Need to handle more than one "args" argument to apply
|
||||||
- string.scm
|
- string.scm
|
||||||
- sum1.scm
|
- sum1.scm
|
||||||
- sumfp.scm
|
- sumfp.scm
|
||||||
|
|
Loading…
Add table
Reference in a new issue