Jon Rafkind
d5357f6dca
expose syntax-parse classes
2010-10-22 10:47:58 -06:00
Jon Rafkind
721c815d89
allow macros to reparse their input
2010-10-22 10:47:58 -06:00
Jon Rafkind
066166ce65
start to get transformers to work. weave in scheme syntax
2010-10-22 10:47:58 -06:00
Jon Rafkind
3d52f5ff12
parse macro functions
2010-10-22 10:47:58 -06:00
Jon Rafkind
31cafd7974
move syntax-rules macro to a syntax-parse pattern
2010-10-22 10:47:57 -06:00
Jon Rafkind
d5533606e6
attach honu-syntax to output from syntax-rules macros
2010-10-22 10:47:57 -06:00
Jon Rafkind
177141a852
test
2010-10-22 10:47:57 -06:00
Jon Rafkind
837f1e24e5
test
2010-10-22 10:47:56 -06:00
Jon Rafkind
64255032bb
start to modify scheme's `syntax' binding
2010-10-22 10:47:56 -06:00
jon
2f5593a104
implement honu-syntax
2010-10-22 10:47:56 -06:00
jon
99e6eb5e9d
fix parser so that it parses left to right
2010-10-22 10:47:56 -06:00
jon
72f83d19a9
parse transformers
2010-10-22 10:47:55 -06:00
jon
e052c33998
add hook for parsing transformers
2010-10-22 10:47:55 -06:00
Robby Findler
35f64145ca
adjusted the way caching works for bitmaps to be more effective
2010-10-22 06:45:57 -05:00
Robby Findler
22ce241d4d
no #%plain-app because test is not a function...
2010-10-22 06:45:56 -05:00
Robby Findler
c34bd6c28d
fix the metadata parsing to be more robust so drracket does not crash when opening a corrupt htdp teaching language file
...
closes PR 11332
2010-10-22 06:45:56 -05:00
Sam Tobin-Hochstadt
dcd3f9a9aa
Flush output in fuzz testing.
2010-10-21 23:40:12 -07:00
Jay McCarthy
34e940a8b5
Testing replacing
2010-10-21 22:29:28 -07:00
Jay McCarthy
03c1c7bf66
Filling out db interface
2010-10-21 22:29:28 -07:00
Jay McCarthy
c2f8e4c0fe
Adding attributes to select-input
2010-10-21 22:29:28 -07:00
Jay McCarthy
8fb23b0825
More notes
2010-10-21 22:29:27 -07:00
Jay McCarthy
039fc7095a
Describing architecture a little
2010-10-21 22:29:27 -07:00
Jay McCarthy
83bcba48a8
Database template and basic testing
2010-10-21 22:29:27 -07:00
Jay McCarthy
52ee8af48e
Git Monitoring process
2010-10-21 22:29:26 -07:00
Eli Barzilay
f51fd94412
Another "/proj/scheme/" -> "/proj/racket" change.
2010-10-21 20:50:57 -04:00
Eli Barzilay
aebf9e77ef
Fix require in test suite
2010-10-21 20:25:37 -04:00
Eli Barzilay
9e302a7106
Rename sequence' library to
stream', move from racket/base' to
racket'.
2010-10-21 19:49:39 -04:00
Eli Barzilay
2f5265854a
Rename seqn-*' to
stream-*'.
...
Later this will grow, to include a few kinds of streams in a unified
way, and possibly change the sequence protocol to a point where these
functions are not causing such big runtime penalties.
2010-10-21 19:49:39 -04:00
Eli Barzilay
655b066a93
Reformat, minor tweaks, reorganize part on sequence operations into a
...
new section.
2010-10-21 19:49:39 -04:00
Eli Barzilay
6d6492e9e3
"/proj/scheme/" renamed to "/proj/racket/" at CCS.
2010-10-21 19:49:39 -04:00
Stevie Strickland
b272c02548
Have unconstrained-domain-> do tail checks as well.
2010-10-21 16:22:51 -07:00
Stevie Strickland
1a9dffe78d
Fix tail call behavior for ->, ->* contracts.
2010-10-21 15:03:42 -07:00
Stevie Strickland
8835f2f470
Optimizing the generated syntax.
...
* Avoiding `apply' when unnecessary
* Avoiding `values' when unnecessary
* Replacing apply+list/null with let+cons/no cons.
2010-10-21 15:03:42 -07:00
Stevie Strickland
84f3cb115b
Add proxies for -> and ->*.
...
Attempt to do a recently intelligent job by using more specific lambdas
when possible (i.e., when the arity of the function matches the arity
specified by the contract).
Also, change testcases that test creation of proxy contracts to stop
depending on the proxy-ness of -> contracts. This also uncovered a bug
in the testcase that checks that proxy contracts aren't allowed for
the domain in hash/c.
2010-10-21 15:03:42 -07:00
Stevie Strickland
dc415b21cc
Remove dead code in an attempt to make it clear what needs to change here.
2010-10-21 15:03:42 -07:00
John Clements
e717cbc84a
added drdr:command-line prop on universe-test.rkt
2010-10-21 13:13:57 -07:00
John Clements
b37187da59
added universe-test
2010-10-21 07:19:10 -07:00
Casey Klein
4577de0790
Fixes PR 11336.
2010-10-20 15:56:57 -07:00
Casey Klein
42687d26d1
Reverts most of push #21257 .
...
That push recompiles a clause of an extended metafunction by
replacing the LHS with a recompiled form of the `lhs-pat' field of the
`metafunc-case' struct. But that field (used by the test generator)
also incorporates the clause's `where' and `side-condition' clauses,
causing them to executed twice when applying the recompiled clause (once
while matching its LHS, and once while evaluating its RHS).
2010-10-20 15:56:57 -07:00
John Clements
d18f43a488
cosmetic changes only
2010-10-20 12:05:06 -07:00
John Clements
34fbc9a06f
frightening bug, #%if was capturing everything
2010-10-20 12:05:06 -07:00
John Clements
dfe6f78d80
back to old style, not sure why
2010-10-20 12:05:06 -07:00
Vincent St-Amour
a15236ea4f
Fix opt-lambda:. Merge to 5.0.2.
2010-10-20 14:32:37 -04:00
Robby Findler
c5c6c1c9e6
explained #:domain
2010-10-20 12:34:14 -05:00
Robby Findler
b91a0da469
fixed and ->i bug that could cause expressions to be evaluated twice
2010-10-20 08:37:26 -05:00
Mike Sperber
594c72167e
use #%plain-app to avoid possible problems with code injected into the teaching languages
...
Follow ae37e186e7
for DMdA.
2010-10-20 12:37:05 +02:00
John Clements
70898379c5
copied 'mzlib/convert-prop attachment from outer layer to inner layer.
2010-10-19 23:28:45 -07:00
Robby Findler
a7e72a6bae
fix stupidity....
2010-10-19 23:49:18 -05:00
Eli Barzilay
1e2d4b8169
Fix rendering in local build mode -- make it create file:// urls when
...
insisting on an absolute url (currently happens only in the tr pages).
2010-10-19 21:06:32 -04:00
Sam Tobin-Hochstadt
9cc35d59fe
Fix fuzz tester prop.
2010-10-19 17:58:29 -07:00