Eli Barzilay
86152a3d0f
Welcome to a new PLT day.
...
svn: r382
2005-07-16 08:20:02 +00:00
Robby Findler
20aa3cef02
made struct library work better with copy-struct; still not perfect
...
svn: r381
2005-07-16 04:41:29 +00:00
Eli Barzilay
6fed6ba449
Welcome to a new PLT day.
...
svn: r380
2005-07-15 08:20:02 +00:00
John Clements
e6cd4f26ff
added new leap second
...
svn: r379
2005-07-15 01:24:02 +00:00
Eli Barzilay
3cd3b0054c
Welcome to a new PLT day.
...
svn: r378
2005-07-14 08:20:04 +00:00
Jay McCarthy
baaba671ae
Fixing random demo
...
svn: r377
2005-07-13 20:37:33 +00:00
Robby Findler
d277160879
fixed bug in syntax checker; now works with only require spec
...
svn: r376
2005-07-13 15:57:22 +00:00
Jay McCarthy
78bad3ef90
Simplifying xexpr/callbacks? with corrext-xexpr?
...
svn: r375
2005-07-13 14:41:46 +00:00
Jay McCarthy
596c62d299
Adding support for cdata and exporting correct-xexpr?
...
svn: r374
2005-07-13 14:41:26 +00:00
Eli Barzilay
2840249731
Welcome to a new PLT day.
...
svn: r373
2005-07-13 08:20:02 +00:00
Eli Barzilay
a78c308a60
Welcome to a new PLT day.
...
svn: r372
2005-07-12 08:20:02 +00:00
Eli Barzilay
9cbecc127a
Welcome to a new PLT day.
...
svn: r371
2005-07-11 08:20:02 +00:00
Eli Barzilay
105c7a2eb6
Welcome to a new PLT day.
...
svn: r370
2005-07-10 08:20:04 +00:00
Matthew Flatt
4c8917c428
fixed assignment in sub-struct with immutable field
...
svn: r369
2005-07-09 13:19:14 +00:00
Eli Barzilay
6315ed4bd8
Welcome to a new PLT day.
...
svn: r368
2005-07-09 08:20:02 +00:00
Eli Barzilay
dcc6f9de7c
Welcome to a new PLT day.
...
svn: r367
2005-07-08 08:20:02 +00:00
Matthew Flatt
a6778eab45
stupid stupid stupid Windows filesystem
...
svn: r366
2005-07-08 02:55:49 +00:00
Eli Barzilay
bc1f6661db
Welcome to a new PLT day.
...
svn: r365
2005-07-07 08:20:02 +00:00
Robby Findler
1987bb134b
make subst work with non-symbols as variables
...
svn: r364
2005-07-06 19:34:55 +00:00
Eli Barzilay
a80f9b7081
Welcome to a new PLT day.
...
svn: r363
2005-07-06 08:20:02 +00:00
Stevie Strickland
db07756a73
merging 355:360 from branches/sstrickl
...
Added basic uniqueness checks for type/class members, fun args, etc. Also
added checks to make sure that all exports for the same type agree in what
they're exporting.
svn: r361
2005-07-06 03:07:18 +00:00
Sam Tobin-Hochstadt
b752dcddef
Fix two bugs caused by clean ups, by adding requires of match-helper and provides of match:test-no-order.
...
Fix totally broken handling of structs with immutable fields, as reported in bug 7398.
svn: r354
2005-07-05 22:22:02 +00:00
Robby Findler
4070be1c1a
exported coerce-contract
...
svn: r353
2005-07-05 21:37:21 +00:00
Eli Barzilay
4f00299809
worksp is now for vc7.1
...
svn: r352
2005-07-05 20:58:34 +00:00
Eli Barzilay
9922d3e746
Creating the worksp directory for DevStudio 7.0
...
svn: r351
2005-07-05 20:49:44 +00:00
Eli Barzilay
d0060fd36e
undo last change, better to copy the whole worksp
...
svn: r350
2005-07-05 19:32:04 +00:00
Eli Barzilay
cd3b7c8bc3
copy 7.0 solution files to -vc70
...
svn: r349
2005-07-05 19:08:32 +00:00
Stevie Strickland
c7fb7b5ec5
Separated out the cruft for syntax into a separate value until it gets into
...
the tool, where we combine it, and then drop it appropriately.
svn: r348
2005-07-05 18:38:24 +00:00
Eli Barzilay
d705858435
Welcome to a new PLT day.
...
svn: r347
2005-07-05 08:20:02 +00:00
Stevie Strickland
a12f1d1bc8
Fixing up precedences such that the order of operations make a little more
...
sense when dealing with order of application/selectors/casting.
svn: r346
2005-07-05 07:24:26 +00:00
Stevie Strickland
359415ca42
Using the don't care syntax in List.honu triggered a bug, so now that's
...
fixed. Also added foreach to the List type in the appropriate places.
svn: r345
2005-07-05 07:14:54 +00:00
Stevie Strickland
265e9d0d57
Forgot to remove the TODO note I left for myself. Now it's gone.
...
svn: r344
2005-07-05 02:43:03 +00:00
Stevie Strickland
a440c19b44
Missed removing cenv from one of the typecheck-expression calls.
...
svn: r343
2005-07-05 02:41:26 +00:00
Stevie Strickland
73b1b12558
Now mixins also show up as being bound appropriately. I also removed the
...
old honu:type function that has no use now that I'm doing things the
"right" way.
svn: r342
2005-07-05 01:54:21 +00:00
Stevie Strickland
2feaff9d19
Moving all the calculation for what needs to be dragged along kicking
...
and screaming into its own file, and now we stick that stuff into its
own little space at the front of what translate returns so that it's
seen by Check Syntax, but we can drop it like a hot potato when it
comes time to run the compiled code.
svn: r340
2005-07-05 01:25:46 +00:00
Stevie Strickland
e4dbf7ffd8
Reminder text in the TODO list for what I should do later.
...
svn: r338
2005-07-04 22:45:51 +00:00
Stevie Strickland
d3654cfdec
Forgot to give map its list argument.
...
svn: r337
2005-07-04 22:40:31 +00:00
Stevie Strickland
03aba477f7
Added useless statements so that Check Syntax will see all uses of interfaces,
...
even those that get erased in the transition to MzScheme classes.
svn: r336
2005-07-04 22:31:33 +00:00
Kathy Gray
57e8d8dab4
Fixing dynamic bug, and adding Util.error
...
svn: r334
2005-07-04 21:32:23 +00:00
Stevie Strickland
bbded8247a
Fixing it such that Check Syntax works again.
...
svn: r333
2005-07-04 21:27:42 +00:00
Stevie Strickland
623effa2f8
Fixing up the lexer used for syntax coloring to return the appropriate value for grouping operators.
...
svn: r332
2005-07-04 21:10:43 +00:00
Stevie Strickland
cc8ee7ac3a
merging 326:329 from branches/sstrickl
...
This fixes up the fact that is-a? should work different for Honu
classes than MzScheme ones (since Honu classes do not automatically
implement the interfaces their superclass did). I also did some
parameterization in the translate module (outside the already
existing current-compile-context).
svn: r330
2005-07-04 20:13:47 +00:00
Kathy Gray
541cf4b7ad
Removed debugging printf
...
svn: r328
2005-07-04 19:40:01 +00:00
Stevie Strickland
39cb4f027f
merging 322:325 from sstrickl/branches
...
This makes tenv and lenv, which were arguments to almost everything,
into parameters. The only time they need to be set is after parsing
and before calling anything else, so there's one use in compile/defns
and one use in compile/interaction.
While I was at it, I took a lot of the infrequently-changing
arguments to typecheck-expression and made some typechecker-local
parameters also.
svn: r326
2005-07-04 18:40:02 +00:00
Eli Barzilay
b13fb49c93
Welcome to a new PLT day.
...
svn: r321
2005-07-04 08:20:05 +00:00
Stevie Strickland
5681703341
Forgot to fix things so that void-typed (in the Honu sense) values don't
...
get printed out.
svn: r320
2005-07-04 04:56:51 +00:00
Stevie Strickland
62d631998b
merging 314:317 from branches/sstrickl
...
This adds the ability to configure whether to print out just the class
name or class + fields for objects. This also adds the feature of
printing out the type of expressions evaluated at the REPL as well as
their value.
svn: r318
2005-07-04 04:33:41 +00:00
Stevie Strickland
50a7859893
merged 308:311 from branches/sstrickl
...
Now null values are printed out as "null" instead of
"#<struct:object:null%>". Simple addition, but useful.
This also adds a very unintelligent pretty printing for classes
by adding a new public member for every Honu generated class that
gets called by format-honu (in tool.ss).
This pretty printing reveals the values for static members.
Eventually I'll want to add an option to print just classes or
classes + fields, like in ProfessorJ, but this was the heavy
lifting of getting classes + fields printing out in the first place.
svn: r312
2005-07-04 02:47:32 +00:00
Stevie Strickland
b0e056190a
We should be checking the new statement's annotation, if we want type-valid? to
...
only be defined on types that the programmer can write down.n
svn: r307
2005-07-04 00:15:56 +00:00
Eli Barzilay
b20010b51e
Welcome to a new PLT day.
...
svn: r302
2005-07-03 08:20:02 +00:00