Commit Graph

465 Commits

Author SHA1 Message Date
Danny Yoo
1aeb9c57fb trying to clean up; code is getting too large to manage 2011-05-13 13:57:17 -04:00
Danny Yoo
202061fa4a more of module invoke 2011-05-13 00:57:45 -04:00
Danny Yoo
d0b6d2e8c6 trying to run earley using Racket's compiler 2011-05-12 18:48:15 -04:00
Danny Yoo
cfa1874f0a begin0 not quite done yet, but I need to get other things working first. 2011-05-12 17:36:33 -04:00
Danny Yoo
01f2bc7566 adding a debugprint statement in the il to make it easier for me to trace what's happening 2011-05-12 17:01:47 -04:00
Danny Yoo
2c3c6d0e0e trying to debug begin0, which isn't saving the values it needs to. 2011-05-12 16:51:22 -04:00
Danny Yoo
8041448c47 fixing misquoting of label in compiler output for begin0 2011-05-12 16:42:08 -04:00
Danny Yoo
5132e3dbc2 passing test cases again 2011-05-12 15:43:01 -04:00
Danny Yoo
d7d4abec59 found that the documentation for let-rec's behavior in 5.1.1 is off: the closures are installed in reverse order, but the first element is what's on the stack, not the last. 2011-05-12 15:27:04 -04:00
Danny Yoo
882b228ae8 trying to deal with case-lam's revised structure 2011-05-12 14:36:06 -04:00
Danny Yoo
3c2917f0c5 deriv is still not terminating for some reason. need to investigate. 2011-05-12 03:20:23 -04:00
Danny Yoo
6dff02d606 will look at this tomorrow when I'm more clearheaded 2011-05-12 02:58:29 -04:00
Danny Yoo
2bb72b6c44 trying to trace why test-compiler is failing on the derivative example. Something broke. 2011-05-12 02:33:31 -04:00
Danny Yoo
03164578a4 in the middle of integrating the real parser/compiler with the rest of the runtime 2011-05-12 01:58:05 -04:00
Danny Yoo
f16ffbc171 fixing test case since simulator structure changed a little 2011-05-11 18:11:56 -04:00
Danny Yoo
89321ba9b2 trying to complete the bytecode parse 2011-05-11 18:03:46 -04:00
Danny Yoo
e8e28afa19 work around for the typechecking slow typing behavior: needed to reorder clauses and use else to cut things off quickly 2011-05-11 14:45:37 -04:00
Danny Yoo
8fe3fbc9a4 getting into bad compilation times again. Trying to isolate 2011-05-11 14:22:47 -04:00
Danny Yoo
3363c15082 comment 2011-05-11 00:54:18 -04:00
Danny Yoo
a850bcfc8c using resolve-module-path-index 2011-05-11 00:46:08 -04:00
Danny Yoo
5cd3ef8cd8 trying to parse modules 2011-05-10 21:28:28 -04:00
Danny Yoo
d1f2f6b277 working on begin0 implementation; not tested yet 2011-05-10 15:59:44 -04:00
Danny Yoo
6ceb708917 in the middle of begin0 2011-05-10 15:09:22 -04:00
Danny Yoo
7871f7d621 changed test so it's less sensitive to what happens with raco make 2011-05-10 14:52:20 -04:00
Danny Yoo
5b816c4a64 parsing case-lam 2011-05-10 00:46:57 -04:00
Danny Yoo
2312a9f7d2 with-cont-mark parsing 2011-05-10 00:24:09 -04:00
Danny Yoo
85778651e4 adding test-parse-bytecode-5.1.1 to the test suite. 2011-05-10 00:15:39 -04:00
Danny Yoo
a1feb1965c ripping out the name from ToplevelSet since it's not used anywhere 2011-05-10 00:12:07 -04:00
Danny Yoo
0666c9d389 letrec boxenv installvalue 2011-05-10 00:00:44 -04:00
Danny Yoo
e3d8a253fe fixing implementation of letrec, which isn't supposed to do any allocation. That's the job of letvoid 2011-05-09 23:49:10 -04:00
Danny Yoo
39935eaee3 adding kernel primitive as opargs. 2011-05-09 18:17:15 -04:00
Danny Yoo
4be57c1e37 branch 2011-05-09 16:38:32 -04:00
Danny Yoo
2d006f8272 let1 2011-05-09 16:27:36 -04:00
Danny Yoo
e6968a596b trying to deal with cycles by eliminating them from our representation. 2011-05-09 16:06:20 -04:00
Danny Yoo
7aad5e2b33 trying to parse positional names 2011-05-09 13:10:52 -04:00
Danny Yoo
c192989e55 trying to add positional names to lambdas 2011-05-08 19:22:13 -04:00
Danny Yoo
4a8413cfc8 continuing to parse lams. temporarily broken 2011-05-08 19:03:41 -04:00
Danny Yoo
b82de5d998 working on parse-bytecode 2011-05-08 17:51:06 -04:00
Danny Yoo
512cade3d6 skeleton for the parser 2011-05-06 16:11:00 -04:00
Danny Yoo
f640907001 extending prefixes to also take globalbuckets, although I don't think the simulator or assembler is treating them and modulevariables correctly yet. 2011-05-06 15:53:00 -04:00
Danny Yoo
d1a18ae57c moving some of the definitions of il-structs into separate compiler-structs.rkt module 2011-05-04 18:38:14 -04:00
Danny Yoo
d9e96d3dab test case for assembling make-CompiledProcedureClosureReference 2011-05-04 18:27:42 -04:00
Danny Yoo
42ca09b260 case-lambda tests 2011-05-04 15:38:49 -04:00
Danny Yoo
484d3dae6d adding operator to get at a single closure value 2011-05-04 15:21:20 -04:00
Danny Yoo
b388d01ff8 working on labels 2011-05-03 17:36:50 -04:00
Danny Yoo
62bba7470e TestClosureArityMismatch 2011-05-03 16:46:42 -04:00
Danny Yoo
ba92000960 test cases for parsing caselam 2011-05-03 16:06:10 -04:00
Danny Yoo
7dcf070acb more notes in the README 2011-05-03 15:43:56 -04:00
Danny Yoo
8ecb35d3ed preliminary README 2011-05-03 15:16:59 -04:00
Danny Yoo
5d674b18d5 changing test and branch's test structure from symbols. Some test will need to take more that one operand, eventually. 2011-04-29 14:08:11 -04:00