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 |
|
Danny Yoo
|
e5509eecd3
|
simplifying code
|
2011-04-28 16:47:47 -04:00 |
|
Danny Yoo
|
ba8e8d26af
|
trying to move some code into the optimize-il section, so I can simplify the compiler.
|
2011-04-28 14:53:00 -04:00 |
|
Danny Yoo
|
e1d905f43f
|
some code cleanup
|
2011-04-28 14:35:38 -04:00 |
|
Danny Yoo
|
76135e2c29
|
fixing the test-all so it includes earley as well
|
2011-04-28 13:47:45 -04:00 |
|
Danny Yoo
|
297a0d10ea
|
added to compile-install-value so it installs using multiple-values
|
2011-04-28 13:44:33 -04:00 |
|
Danny Yoo
|
91e6172298
|
expanding install-values to install mutliple values
|
2011-04-28 13:29:27 -04:00 |
|
Danny Yoo
|
d2fa527872
|
fixing code and adding some more test cases
|
2011-04-27 22:09:40 -04:00 |
|
Danny Yoo
|
e13f26ff61
|
moving some of the slower tests of the compiler to test-compiler-2.rkt
|
2011-04-27 22:02:00 -04:00 |
|
Danny Yoo
|
b8785b524f
|
added test cases for parsing it
|
2011-04-27 21:58:18 -04:00 |
|
Danny Yoo
|
bd41d16bb2
|
starting to add skeleton code to do def-values
|
2011-04-27 21:29:52 -04:00 |
|
Danny Yoo
|
36627c798a
|
Implementing call-with-values, fixing some bugs with primitive procedure application and it.
|
2011-04-25 17:42:38 -04:00 |
|
Danny Yoo
|
e1c406c6a1
|
hacking in a call-with-values form to see if i got apply-values right
|
2011-04-25 15:42:37 -04:00 |
|
Danny Yoo
|
b27f925dd4
|
making compiledprocedurenetry an oparg
making compiledprocedurenetry an oparg
|
2011-04-25 14:46:27 -04:00 |
|
Danny Yoo
|
876d3bb8e2
|
trying to simplify code
|
2011-04-25 13:49:02 -04:00 |
|
Danny Yoo
|
8b5bd061db
|
trying to eliminate redundant code in application, because it's getting hard to understand
|
2011-04-25 12:45:55 -04:00 |
|
Danny Yoo
|
759bedd9cf
|
trying to reduce the types and simplify
|
2011-04-24 19:27:14 -04:00 |
|
Danny Yoo
|
7f6ed34b95
|
trying to simplify structures some more.
|
2011-04-24 18:51:10 -04:00 |
|
Danny Yoo
|
7b014aab5b
|
code cleanup
|
2011-04-24 18:38:44 -04:00 |
|
Danny Yoo
|
d90817e09f
|
eliminating dead code
|
2011-04-24 18:27:20 -04:00 |
|
Danny Yoo
|
d805bca845
|
removing separate returnlinkage-notail structure
|
2011-04-24 18:23:51 -04:00 |
|
Danny Yoo
|
1ad7796fdd
|
trying to remove duplicate code form compile-compiled-procedure-application, because it's a monster of a definition. needs to be broken up.
|
2011-04-24 17:51:19 -04:00 |
|
Danny Yoo
|
713d4ac5a1
|
in the middle of trying to implement, but drracket's breaking on me hard
|
2011-04-23 00:24:14 -04:00 |
|