Commit Graph

138 Commits

Author SHA1 Message Date
Georges Dupéron
094fb14b00 Revert "Reverted old graph-6"
This reverts commit 8cff20856f.
2016-02-26 23:30:10 +01:00
Georges Dupéron
51b7571d2b Revert "More notes"
This reverts commit 8a87411a04.
2016-02-26 23:30:06 +01:00
Georges Dupéron
8a87411a04 More notes 2016-02-26 21:30:30 +01:00
Georges Dupéron
8cff20856f Reverted old graph-6 2016-02-26 21:28:02 +01:00
Georges Dupéron
1743dd0e04 Notes about the various failures. 2016-02-26 21:21:13 +01:00
Georges Dupéron
f7b1db0e3c Fiasco with splicing-syntax-parameterize 2016-02-26 21:07:21 +01:00
Georges Dupéron
56fdfaeb8f Problem on expansion step 10086 in __DEBUG_graph6.2.rkt : clicking on City9/make-placeholder-type:14 shows that it hasn't the same scopes afterwards. 2016-02-26 19:55:54 +01:00
Georges Dupéron
876c4d272f Fixed most bugs related to ~> type expander 2016-02-26 00:42:34 +01:00
Georges Dupéron
e723dacc41 Bug in macro expander for __DEBUG_graph6.rkt, step 400. 2016-02-25 19:20:05 +01:00
Georges Dupéron
1d0ce9fc03 Fixed case 101. 2016-02-25 17:15:22 +01:00
Georges Dupéron
512356d1a6 WIP before solving Case 101. 2016-02-25 13:51:54 +01:00
Georges Dupéron
713b637fbc WIP on rich return types. More complex than it seems. 2016-02-25 11:32:36 +01:00
Georges Dupéron
575ea6bd98 Cleanup. 2016-02-24 19:51:45 +01:00
Georges Dupéron
f470d9f8dc Implemented simple version of let-type. 2016-02-24 19:49:21 +01:00
Georges Dupéron
6eb0a52040 First attempt at let-type, using syntax-local-bind-syntaxes. Does not work. 2016-02-24 17:21:41 +01:00
Georges Dupéron
03984dc0f6 WIP. 2016-02-24 00:35:19 +01:00
Georges Dupéron
3d7441cef0 WIP. 2016-02-23 21:36:49 +01:00
Georges Dupéron
9b08dd1191 WIP. 2016-02-23 19:22:28 +01:00
Georges Dupéron
55955ca6c1 WIP. 2016-02-23 19:20:33 +01:00
Georges Dupéron
7000b80a5d Cleanup, improved docs and coverage. 2016-02-03 19:20:23 +01:00
Georges Dupéron
83d0287292 Switch to version of cover which fixes relative links. 2016-02-03 17:21:49 +01:00
Georges Dupéron
5d0a390b61 Cleaned tests for FB case 94 (logn match on a predefined set of identifiers). 2016-02-03 17:07:26 +01:00
Georges Dupéron
895d11b30f Implemented fb case 94: typed O(log n) match for a predefined set of tokens. 2016-02-03 16:54:22 +01:00
Georges Dupéron
90564499ad Fixed coverage paths in html files (the path given to raco cover -d shouldn't start with ./, otherwise simplify-path transforms it into an absolute path) 2016-02-02 22:16:59 +01:00
Georges Dupéron
4d911ef7d6 Finished implementing FB case 86 (Graph: Multiple constructors). 2016-02-02 21:38:09 +01:00
Georges Dupéron
75210b1209 Finished implementing FB case 95 (Allow choosing the root in the graph constructor) 2016-02-01 22:23:51 +01:00
Georges Dupéron
a619b731df WIP on FB case 86 (Graph: Multiple constructors), rollback point for implementing FB case 95 (Allow choosing the root in the graph constructor) 2016-02-01 18:03:47 +01:00
Georges Dupéron
ba177ea972 Merge remote-tracking branch 'origin/dotlang' 2016-01-26 14:39:52 +01:00
Georges Dupéron
4bab1e482f Stopped using raco exe to compile makefile, instead use raco make. The docs say that there is no performance loss, and raco exe doesn't work properly on NixOs. 2016-01-25 18:44:41 +01:00
Georges Dupéron
4cceadc84e Renamed files, added lib.rkt (FB case 69). 2016-01-23 13:12:59 +01:00
Georges Dupéron
d6c6f86544 Fixes FB case 79 (… as punctuation), case 44 (test for … and (a . b)), case 84 (tests), and case 82 (replace in-depth, so that repalcements are done in macros too). 2016-01-23 01:45:59 +01:00
Georges Dupéron
6937d1b3ba Adjusted badges url: point to master branch. 2016-01-21 18:55:41 +01:00
Georges Dupéron
f8edadc1a8 Nearly finished dotlang. 2016-01-21 18:52:45 +01:00
Georges Dupéron
b8f8297f83 Make travis only push the pages if the build succeeded. 2016-01-21 17:15:15 +01:00
Georges Dupéron
ddf034e3a2 Improved website. 2016-01-21 17:09:40 +01:00
Georges Dupéron
c496d608dd Reduced number of parallel jobs, I suspect this is making the travis-ci build fail. 2016-01-21 14:06:43 +01:00
Georges Dupéron
662469465e Fixed Makefile: root file name for dependency graph, and typo in scribble file. 2016-01-21 13:16:01 +01:00
Georges Dupéron
f3941c4f5b Switched to shields.io badges, for consistency and to add the [docs|online] badge. 2016-01-21 12:42:36 +01:00
Georges Dupéron
e0cbf4752f Fixed makefile: was attempting to create MathJax link when it already existed. 2016-01-21 12:23:17 +01:00
Georges Dupéron
95ec94809b Made travis log a bit more verbose about downloading racket or not. 2016-01-21 11:59:18 +01:00
Georges Dupéron
8daf54f964 Support for identity in map:, cleaned up a bit the tests. 2016-01-21 11:41:05 +01:00
Georges Dupéron
4370e693a2 Fixed FB case 68 Merge (λget …) and (map: …) 2016-01-20 23:45:37 +01:00
Georges Dupéron
f9fe6a0783 Fixed MathJax links on gh-pages. 2016-01-20 23:31:10 +01:00
Georges Dupéron
50fdeaf253 Added graphviz dependency 2016-01-20 22:34:03 +01:00
Georges Dupéron
d49160b6ea Fixed problem with typed/untyped stx-cons. 2016-01-20 21:34:02 +01:00
Georges Dupéron
1619bfb0ef A couple of function that will be useful in future makefiles. 2016-01-20 21:18:18 +01:00
Georges Dupéron
832d1ed9cf Added typed version of stx-cons. 2016-01-20 20:36:04 +01:00
Georges Dupéron
600683d832 Finally found a way to make map: work correctly, with readable code. Still need to integrate λget, but that should be easy now. 2016-01-20 20:27:11 +01:00
Georges Dupéron
7a1636dd74 Changed folder hirerarchy for docs/ . 2016-01-20 20:25:15 +01:00
Georges Dupéron
dfe15cf68c Fixed coverage badge URL. 2016-01-20 20:24:28 +01:00