Commit Graph

61 Commits

Author SHA1 Message Date
Danny Yoo
b7489b5b0c some cleanup; also turning on the context preservation stuff in hopes that it will make the generated code smaller 2011-09-28 14:23:53 -04:00
Danny Yoo
cba2b31e45 more support for some character stuff 2011-09-25 16:38:49 -04:00
Danny Yoo
1a63f418ac read-line appears to be doing something 2011-09-25 16:09:27 -04:00
Danny Yoo
1a872c52d0 debugging type error with caching 2011-09-23 13:03:44 -04:00
Danny Yoo
cf9412710b Merge commit '7cf22f4a1c149e6335e2a31353f7ca406eabfe86'
Conflicts:

	cs019/cs019.rkt
	js-assembler/runtime-src/baselib-contmarks.js
2011-09-21 13:33:43 -04:00
Danny Yoo
689d4f0016 adding missing parameters 2011-09-21 13:28:23 -04:00
Danny Yoo
9a7ee2dff4 constructor printing 2011-09-20 17:37:03 -04:00
Danny Yoo
7cf22f4a1c version of cs019 language in whalesong preliminary work 2011-09-19 14:58:19 -04:00
Danny Yoo
c96e12fac1 working on making the cs019 language for SK 2011-09-19 14:02:00 -04:00
Danny Yoo
bf5698c0fa fixing quasiquotation 2011-09-07 13:43:06 -04:00
Danny Yoo
cc4bc33331 pulling in the bool.rkt module from racket 2011-09-01 11:47:45 -04:00
Danny Yoo
d2a0a17056 positive and negative predicates 2011-09-01 11:42:48 -04:00
Danny Yoo
464abb58f1 check-expect running 2011-08-31 18:33:44 -04:00
Danny Yoo
cb94b0ee7e adding check-expect 2011-08-31 18:26:06 -04:00
Danny Yoo
5a9b1a1eea adding chars 2011-08-31 18:08:04 -04:00
Danny Yoo
bd5f0ba6f8 tests for andmap ormap running 2011-08-31 16:11:15 -04:00
Danny Yoo
baa268bce9 minimal tests for min, max 2011-08-31 15:57:28 -04:00
Danny Yoo
df065ed67f adding more primitives 2011-08-31 15:12:52 -04:00
Danny Yoo
9a7811f9f1 adding more of the primitives we need for cs19 2011-08-31 15:04:40 -04:00
Danny Yoo
768c393e1f trying to get shared working again. 2011-08-30 16:26:05 -04:00
Danny Yoo
20204f0565 trying to trace why the sharing module is doing the wrong thing. 2011-08-30 16:07:14 -04:00
Danny Yoo
30ea1aab1f adding gensym and a few of the paramz bindings. Prepping traced-app for good stack traces. 2011-08-22 14:41:04 -04:00
Danny Yoo
24ad16ac9c adding static check to make sure I didn't screw up the type subset definition 2011-08-19 19:17:33 -04:00
Danny Yoo
9ef4e5ef45 adding some more primitives 2011-08-19 15:05:07 -04:00
Danny Yoo
47d2708f23 looking at error report 2011-08-19 14:55:19 -04:00
Danny Yoo
8ec8f3043c adding some tests 2011-08-19 14:41:33 -04:00
Danny Yoo
c0917801d7 adding number? 2011-08-17 16:53:13 -04:00
Danny Yoo
16eab25f16 quick and dirty implementations of some string functions 2011-08-16 18:21:06 -04:00
Danny Yoo
3190ee2f60 giving up with being able to define resources in expression position, and going back to define-resource 2011-08-12 14:57:53 -04:00
Danny Yoo
bc8369b25c starting to work on resources 2011-08-12 12:48:42 -04:00
Danny Yoo
2d695d700a working on external file resources 2011-08-09 18:03:15 -04:00
Danny Yoo
8f7400b602 exposing procedure-rename, bitmap/url 2011-08-09 16:07:43 -04:00
Danny Yoo
f23c9773c0 trying to export out an unsafe set of primitives 2011-07-28 18:01:40 -04:00
Danny Yoo
7e3baee864 added missing definition for list* 2011-07-28 17:17:01 -04:00
Danny Yoo
a3c9b7c732 working on apply 2011-07-28 14:46:32 -04:00
Danny Yoo
50dbc2319a trying to add enough to allow the internal implementation of lists to run 2011-07-28 14:06:03 -04:00
Danny Yoo
88d6626451 crazy idea to do the presentation as a world program 2011-07-22 23:53:16 -04:00
Danny Yoo
26cd925d37 unholy. Brainf*ck in Whalesong 2011-07-21 18:25:55 -04:00
Danny Yoo
041681c5d0 pacman 2011-07-21 16:54:15 -04:00
Danny Yoo
173d67f5d6 key handler is starting to work 2011-07-21 15:41:24 -04:00
Danny Yoo
cfd65fc782 continuing to debug falling rain world program 2011-07-20 14:06:52 -04:00
Danny Yoo
615319f9ac in the middle of getting the rain program running 2011-07-20 13:52:05 -04:00
Danny Yoo
619abb1fca moving javascript-specific functions off to the js module 2011-07-14 15:33:04 -04:00
Danny Yoo
2eb571ef24 getting minimal set of values we need from the image library to run our image exercise 2011-07-08 17:27:19 -04:00
Danny Yoo
72a002801b moving functions into separate modules because I'm frankly getting super-confused of where anything is. 2011-07-03 15:12:14 -04:00
Danny Yoo
0890e81e3d added in another sk test 2011-07-01 13:04:46 -04:00
Danny Yoo
dc441e79c8 added in sk's diabolical test case with generators 2011-07-01 12:53:04 -04:00
Danny Yoo
f85a2d7a69 trying to figure out error message with scribble. Darn it; the error source location stuff is completely not there. 2011-06-29 17:21:02 -04:00
Danny Yoo
13299c0bb0 test for current-print 2011-06-27 16:35:49 -04:00
Danny Yoo
0ea0b05206 continuing to add 2011-06-27 16:32:58 -04:00