Commit Graph

  • 18f6cd26f6
    Merge pull request from guenchi/master main Andy Keep 2019-09-09 22:50:19 -0400
  • 71f8642cad
    Update c.ss guenchi 2019-09-03 16:42:42 +0200
  • 56bb1d2b35 Updated README to fix address software location updates. Andy Keep 2016-09-17 11:02:59 -0400
  • 91d15c78eb Added fix suggested by @liumingc in github issue . Andy Keep 2016-09-17 10:31:47 -0400
  • 610fed52bd Fixed two bugs reported by Chas Emerick (Thanks Chas!): 1. The call to process-body for (begin ...) expressions at line 1594 was missing its who argument ('begin). 2. Calling the result of the C compiler on the output was failing for people who don't have '.' in their path (yes, I have '.' in my path), because the system call on line 3535 was missing './' in front of 't'. Andy Keep 2015-01-21 23:58:28 -0500
  • 1ca475132f removed the trace Andy Keep 2014-06-28 14:39:27 -0400
  • 0d9054a3ad cleaned up the generate-c pass code somewhat Andy Keep 2014-01-12 21:57:11 -0500
  • cd5cc82694 cleaned up a little bit of how code is displayed when it is unparsed for tracing purposes Andy Keep 2013-12-10 00:41:15 -0700
  • 9b36621375 Merge branch 'master' of github.com:akeep/scheme-to-c Andy Keep 2013-12-09 10:12:32 -0700
  • 8b1f8ac152 changed box-set! set-box! to correspond with the Chez Scheme name Andy Keep 2013-12-09 10:12:14 -0700
  • 69f6b62de1 Improved the read me to add more information on how to acquire and run the code. Andy Keep 2013-11-22 01:03:32 -0700
  • 92de15f5d5 tested with vicare and updated the implementation helpers to fix a bug Andy Keep 2013-11-22 00:19:23 -0700
  • ce5a6e8a74 added a small set of tests to provide a framework for testing the compiler (there is much more to do here, including a better testing framework and many, many more tests) Andy Keep 2013-11-22 00:11:58 -0700
  • 564209af6e added documentation to all but 11 of the passes (hopefully pick those up soon as well), also tested the compiler more, fixed a few bugs, and tested to make sure ikarus works (it does) Andy Keep 2013-11-21 23:17:48 -0700
  • 8f665de12a first commit Andy Keep 2013-11-15 16:39:25 -0500