Commit Graph

23 Commits

Author SHA1 Message Date
William J. Bowman
8cb4bc3f96
Added pre-definition type ascription 2016-03-22 13:33:51 -04:00
William J. Bowman
db7471c9d6
Fixed typo in README 2016-03-17 17:02:10 -04:00
William J. Bowman
e0e23a60a1
Fixed typo in README 2016-03-17 17:01:40 -04:00
William J. Bowman
b8ca2ad9dc
Added support for sweet-expressions
* Moved cur.rkt to main.rkt, which fixes some reader issues
* Added sweet-expression tests
* Added notes about sweet-expressions to README
* Added sweet-exp as dependency to tests
2016-03-17 16:59:54 -04:00
William J. Bowman
792d37252f
Split and reorganized package. Closes #14
Created split packages: cur, cur-lib, cur-test, cur-doc, similar to
other Racket packages, e.g., redex.

* Moved tests out of core and into cur-test
* Moved docs into cur-doc
* Moved cur implementation and libraries into cur-lib
* Added cur meta-pacakge that installs all of the above
2016-01-10 19:10:12 -05:00
William J. Bowman
4bb6dc3c71
Tweaks to README 2015-09-23 21:41:04 -04:00
William J. Bowman
eeb2b9182a
Updated README 2015-09-22 18:55:14 -04:00
William J. Bowman
56abd36a65
Added disclaimer 2015-09-16 12:44:56 -04:00
William J. Bowman
3b5aafdf69
Updated install instructions 2015-09-16 12:41:54 -04:00
William J. Bowman
1e3994d388
Added redex-lib dep and install instructions 2015-09-16 12:37:47 -04:00
William J. Bowman
34dd749be0
Updates to the README 2015-09-15 19:00:00 -04:00
William J. Bowman
3ce14c3871
Refactored core
Moved all curnel code into curnel/, and split the two kernel modules
into separate files. Now the trusted core and the module/#lang stuff are
in separate files. The #lang is now reprovided by "cur.rkt", which
should also provide core agnostic sugar.
2015-09-15 18:02:36 -04:00
William J. Bowman
f90ce34d53 Removed CIC from README 2015-09-09 18:53:35 -04:00
William J. Bowman
063af1fd82 Fixed typo in README 2015-04-15 22:57:48 -04:00
William J. Bowman
6b0d09c7d9 Redex 1.6 enables caching of judgment forms!
* Judgment form caching enables running test suite in seconds instead of
  days.
* Fixed numerous bugs after properly exercising the oll/stlc examples.
2015-02-20 18:22:04 -05:00
William J. Bowman
efcf8c1f97 Typo fixes 2015-02-05 02:39:25 -05:00
William J. Bowman
51972880b3 Note about the core, various fixes 2015-02-05 02:34:15 -05:00
William J. Bowman
027f031b20 Added some pointers about what to look at 2015-02-05 02:32:50 -05:00
William J. Bowman
a958056bbb Tweaked README 2015-01-30 17:57:16 -05:00
William J. Bowman
b0e350885a Typo in the README 2015-01-28 23:45:23 -05:00
William J. Bowman
2e7dca5e4b Tweaking the README 2015-01-28 23:42:55 -05:00
William J. Bowman
14b3b8eac7 Fixed README indentation 2015-01-28 20:19:25 -05:00
William J. Bowman
9ebc1723c6 Renamed project to cur. tehe 2015-01-27 19:07:17 -05:00