c439b4b7f4fixed includes & paths
Suzanne Soy
2021-02-27 02:06:59 +0000
22632ae7a9Test on more versions
Suzanne Soy
2021-02-27 00:04:24 +0000
00b597ecf9Fixed some paths (typo)
Suzanne Soy
2021-02-27 00:00:47 +0000
96e0d8bce2Changed my name :)
Suzanne Soy
2021-02-26 23:48:26 +0000
34fa88001aMoved files around to get the original directory structure
Suzanne Soy
2021-02-26 23:47:19 +0000
c725ad4265Included upstream changes until 55dcdf553878f475fc4c59ba83556482d11499c9 (included)
Georges Dupéron
2019-04-23 17:43:14 +0200
c4a1f28cd3Updated Racket versions in .travis.yml
Georges Dupéron
2019-04-22 23:22:23 +0200
b75a961409Included upstream changes until a2ab778ddbb86f4ff890f3a8391873a44fcef3d4 (inclusive)
Georges Dupéron
2018-09-25 09:41:55 +0200
aaf880c130Renamed opt.rkt to version-specific file (part 2)
Georges Dupéron
2018-09-25 09:12:50 +0200
3a40ed328eRenamed opt.rkt to version-specific file (part 1)
Georges Dupéron
2018-09-25 09:12:33 +0200
eee50a3c56Included upstream changes until a2ab778ddbb86f4ff890f3a8391873a44fcef3d4 (included)
Georges Dupéron
2018-06-11 00:14:35 +0200
2858ef6b68Docs: missing documentation for syntax-parse-track-literals
Georges Dupéron
2018-06-03 14:54:46 +0200
779c491823Included upstream changes until ba874ebe1422c162ef1d6dc22293c3cf85676c44 (included)
Georges Dupéron
2018-05-31 18:51:37 +0200
dda653e350Include upstream updates up until 37dde6dc1e23b22f63acaa75ae1ab4f6fb7ee675 (inclusive)
Georges Dupéron
2018-05-23 22:22:25 +0200
02fc8c8ceaMade generate-dispatch script more generic
Georges Dupéron
2018-06-03 01:37:58 +0200
a57fd490d9Removed spurious display during build
Georges Dupéron
2018-03-26 19:54:51 +0200
f2585febffMerge Racket ≤ 6.11 and Racket ≥ 6.12, using version-case (part 3: add dispatch files which include the 6.11 or 6.12 files)
Georges Dupéron
2018-03-26 00:43:00 +0200
2d866bec01Merge Racket ≤ 6.11 and Racket ≥ 6.12, using version-case (part 2: add old 6.11 files)
Georges Dupéron
2018-03-25 23:59:28 +0200
3083001da9Merge Racket ≤ 6.11 and Racket ≥ 6.12, using version-case (part 1: rename 6.12 files)
Georges Dupéron
2018-03-25 23:58:38 +0200
025c25338fMerge Racket ≤ 6.12 and Racket ≥ 7 versions using version-case
Georges Dupéron
2018-03-25 23:49:32 +0200
472033aa24Fixed incompatibility with Racket 7 which lacks syntax-local-get-shadower
Georges Dupéron
2018-03-25 01:58:17 +0100
cecabd982fRevert "Fixed incompatibility with Racket 7 which lacks syntax-local-get-shadower"
Georges Dupéron
2018-03-25 20:44:50 +0200
250a787151Fixed incompatibility with Racket 7 which lacks syntax-local-get-shadower
Georges Dupéron
2018-03-25 01:58:17 +0100
37d4b62ef1Don't building versions > 6.11, they need another version of this library (in branch racket-6.12)
racket-6.11
Georges Dupéron
2018-01-18 19:01:40 +0100
Shorten title
#1
Matthew Butterick
2017-12-18 10:42:30 -0800
c5df776e82Partial inclusion of upstream changes, to avoid a compilation error.
Georges Dupéron
2017-09-01 13:55:02 +0200
b564f76228Added reference to the new syntax/parse bindings ~or* and ~alt
Georges Dupéron
2017-06-30 12:32:26 +0200
dcc3f1d758Fixed error message
Georges Dupéron
2017-06-08 23:46:39 +0200
bb7b5e9a7dDocumented all overridden identifiers.
Georges Dupéron
2017-02-07 23:09:56 +0100
1d529a3065Added docs for define-template-metafunction
Georges Dupéron
2017-02-04 07:34:55 +0100
23c221f862Improved documentation
Georges Dupéron
2017-02-04 04:31:22 +0100
8b2fa5e5c2Fixed typo #%intef-begin → #%intdef-begin
Georges Dupéron
2017-02-03 15:34:12 +0100
21ee81c841Require auto-syntax-e in residual. Provide template-metafunction?
Georges Dupéron
2017-02-03 10:17:55 +0100
40b7e813e7Disable code coverage, as it does not work on this repo
Georges Dupéron
2017-02-01 08:11:18 +0100
25ed9ec068Integrate auto-syntax-e, as this needs a deep modification in the syntax-mapping struct
Georges Dupéron
2017-02-01 08:01:18 +0100
0029c1acbfFixed define-pvars (was not defining the unique-at-runtime variables)
Georges Dupéron
2017-01-27 22:04:37 +0100
81a05e6ff3Improved coverage
Georges Dupéron
2017-01-26 21:04:52 +0100
82547e2960Run tests properly (without -x), and avoid OOM on Travis.
Georges Dupéron
2017-01-26 19:36:56 +0100
c259afbe61Removed parse/private/keywords.rkt, to improve compatibility with the official syntax/parse (that file defines ~optional etc.)
Georges Dupéron
2017-01-26 17:50:10 +0100
bff27464a9Bugfix and tests for define/with-syntax
Georges Dupéron
2017-01-26 17:35:22 +0100
ad27231d00Support #:properties on all four of (quasi)template(/loc), instead of just template.
Georges Dupéron
2017-01-26 05:27:34 +0100
de60a419e2Cherry-pick PR #1514: Added a syntax-local-template-metafunction-introduce function, so that template metafunctions can be unhygienic if necessary.
Georges Dupéron
2016-11-10 15:21:26 +0100
64edde1f2dRe-add syntax/parse/experimental/private/substitute, so that we can apply PR #1514
Georges Dupéron
2017-01-25 23:11:02 +0100
dade971dd6added current-pvars+unique
Georges Dupéron
2017-01-25 22:56:07 +0100
55e5934598Fixed docs for (define-pvars (pvar ...)), should be (define-pvars pvar ...)
Georges Dupéron
2017-01-25 17:00:21 +0100
d64058ce51Skip build on versions < 6.8, as they use a different internal representation in syntax/parse, and we want to share the same structs to have some compatibility between syntax/parse and stxparse-info/parse
Georges Dupéron
2017-01-25 02:08:43 +0100
5d2f8cc512Partially reverted previous commit.
Georges Dupéron
2017-01-25 01:33:15 +0100
29c90350b2Failed attempt at making metafunctions from syntax/parse/experimental/template and stxparse-info/parse/experimental/template compatible. I can manage to extract the binding from syntax/parse/…, but it seems to recognize a different struct (e.g. as if they were struct instances from two different phases)
Georges Dupéron
2017-01-24 03:01:41 +0100
5be04ef8fdRemoved all structure definitions from the copy of syntax/parse, and used the ones definied in the official syntax/parse
Georges Dupéron
2017-01-23 21:29:42 +0100
e117e4f919Modified syntax-case & friends to use with-pvars. Closes 181 current-pvars: use in syntax-case, with-syntax, define/with-syntax, is there any with-parse?
Georges Dupéron
2017-01-23 19:55:26 +0100
22053c0e0bChanged syntax-case module paths to point back to racket/private/… for files which were not copied.
Georges Dupéron
2017-01-23 19:42:00 +0100
ea44edde13Imported more files from 28f1df4cff
Georges Dupéron
2017-01-23 19:19:43 +0100