Commit Graph

29 Commits

Author SHA1 Message Date
Danny Yoo
befceb1751 getting the compiler to recognize language primitives 2011-03-26 17:46:28 -04:00
Danny Yoo
b51922310c toplevel can refer to module variables 2011-03-26 17:23:51 -04:00
Danny Yoo
97762a015f going to see if we can do something lexically smart here. 2011-03-23 20:55:44 -04:00
Danny Yoo
b433c6e6c7 getting set! to work 2011-03-23 17:47:43 -04:00
Danny Yoo
27781a1dff parser recognizes set! for parameters 2011-03-21 23:17:42 -04:00
Danny Yoo
15c6822816 working on compile 2011-03-20 21:55:51 -04:00
Danny Yoo
2d05a3b8ad continuing to fix the parsing 2011-03-20 21:06:28 -04:00
Danny Yoo
c72caa5857 changed to letvoid 2011-03-20 20:33:07 -04:00
Danny Yoo
7e30883490 testing parse 2011-03-19 18:39:14 -04:00
Danny Yoo
a794c9cf68 in the middle of making the expressions close to the racket machine 2011-03-19 00:02:19 -04:00
Danny Yoo
afe489e4f4 require cleanup 2011-03-18 22:52:56 -04:00
Danny Yoo
26a5136195 names in the compile time environment are now NamedBindings in preparation for set\! 2011-03-18 22:41:03 -04:00
Danny Yoo
20818b0a7a removing superfluous structures. 2011-03-18 22:34:43 -04:00
Danny Yoo
e5ca5364b6 correcting bug with my implementation of lexical scope 2011-03-14 18:06:14 -04:00
Danny Yoo
44078dd40e box 2011-03-13 19:54:44 -04:00
Danny Yoo
9bce564bf3 trying to prepare for boxed lexical references 2011-03-13 18:31:11 -04:00
Danny Yoo
b1ca4078b5 fixing typing of find-variable 2011-03-11 14:02:06 -05:00
Danny Yoo
d1af35f0f5 fixed bug with lexical scoping. 2011-03-08 17:27:43 -05:00
Danny Yoo
2eec816750 the pop depth depends on the linkage 2011-03-08 02:31:18 -05:00
Danny Yoo
ab2f16508e trying to fix the popenv stuff 2011-03-07 23:08:58 -05:00
dyoo
2a9fe0d72a variable renaming 2011-03-02 17:37:14 -05:00
Danny Yoo
bff387a6f9 compile time environments can have placeholders for space 2011-03-01 16:22:21 -05:00
Danny Yoo
bbde3cdeaa lambda looks like it's generating appropriate il. Working on application now. 2011-03-01 15:45:03 -05:00
Danny Yoo
049eee32c4 splitting up the structures into separate modules; trying to reduce complexity 2011-03-01 14:51:59 -05:00
Danny Yoo
4368fbc99d removing superfluous quote form. Also moved Top as an expression form that introduces an environment extension. 2011-03-01 11:43:46 -05:00
Danny Yoo
fb0fb941e3 still need to work on procedure application 2011-03-01 02:48:38 -05:00
Danny Yoo
4f90538722 uncommented most of the code; need to work on application 2011-03-01 02:26:26 -05:00
Danny Yoo
a9586c97d5 trying to get toplevel addressing to work. 2011-02-21 17:11:44 -05:00
Danny Yoo
5599bc125f Trying to add prefix into the mix 2011-02-21 15:08:56 -05:00