Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-05 | Use let* instead of declare and set. | Arun Isaac | |
* src/macros/macros.sc (with-alloc): Use let* instead of declare and set. | |||
2021-02-05 | Migrate C source to SC. | Arun Isaac | |
sph-sc is a scheme-like S-expression syntax for C. It elements much of the pain and repetition involved in writing C syntax. * src/extent-sampling.c, src/gaussian-nd-random.c, src/nd-random.c, src/oracles.c, src/utils.c: Delete files. * src/extent-sampling.sc, src/gaussian-nd-random.sc, src/macros/macros.sc, src/nd-random.sc, src/oracles.sc, src/utils.sc: New files. * CMakeLists.txt: Generate C source files from SC source files. |