cyclone/scheme/cyclone
Justin Ethier 1f8fb3c20d Issue #172 -
Cannot assume that just because a primitive deals with immutable objects that it is safe to inline.  A (set!) could still mutate variables the primitive is using, causing invalid behavior.
2017-02-07 18:40:30 +00:00
..
ast.sld Fixed misspelling, export full make function 2016-05-16 23:49:27 -04:00
cgen.sld Properly store thread ID in thread objects 2017-01-22 18:58:37 -05:00
common.sld Updated year 2017-01-12 18:11:15 +00:00
cps-optimizations.sld Issue #172 - 2017-02-07 18:40:30 +00:00
libraries.sld WIP - cond-expand library declarations 2017-02-04 17:54:55 -05:00
macros.sld Remove debug import 2016-12-20 22:23:08 -05:00
opti-test.scm Added nqueens CPS 2016-05-26 22:23:17 -04:00
pretty-print.sld New file 2016-04-28 20:59:27 -04:00
primitives.sld Issue #102 - Pass data parameter to Cyc_display() 2016-12-22 00:14:53 -05:00
test-cps.scm Allow optimizing non-mutating prims 2016-06-09 00:04:30 -04:00
test.scm Integrating a test library 2016-08-25 03:19:30 -04:00
test.sld WIP 2016-08-30 22:15:40 -04:00
transforms.sld Issue #13 - Allow compilation of code with local if 2016-12-08 13:57:19 +00:00
util.sld Added (if-syntax?) 2016-12-07 21:28:24 +00:00