Robby Findler
7eb004112b
changed get-special-menu to get-insert-menu
...
svn: r8158
2007-12-29 21:48:58 +00:00
Robby Findler
5af14c4902
got check syntax mostly working again
...
svn: r7815
2007-11-22 16:18:00 +00:00
John Clements
90a8a691a7
...
...
svn: r7725
2007-11-14 17:08:50 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Mike Sperber
b456d36b73
Move the "show-lambdas-as-lambdas" language-specific parameter to
...
the stepper into stepper-language<%>.
svn: r7598
2007-10-31 07:06:54 +00:00
John Clements
366dc3551a
changed name (& sign) of track-inferred-names? to show-lambdas-as-lambdas?
...
svn: r7589
2007-10-29 20:55:39 +00:00
Mike Sperber
299ad9f975
Moved stepper/stepper-language-interface.ss and
...
mztake/debugger-language-interface.ss to collects/lang to avoid module
depedencies from these to collects/lang.
svn: r7404
2007-09-24 07:37:59 +00:00
Mike Sperber
ef1cb082dd
Various aspects of the Stepper and the Debugger are
...
language-sensitive. In the past, both looked at the name of the
language level and were thus were hardwired to certain behavior. Move
some of those settings into the language level itself:
- whether the stepper is supported (default #f)
- whether the debugger is supported (default #t)
- the print conversion of values for the stepper
This allows other language levels such as the DMdA levels to support
the stepper and not support the debugger.
svn: r7346
2007-09-15 16:10:39 +00:00
John Clements
7f5c80232a
...
...
svn: r7311
2007-09-11 05:13:22 +00:00
John Clements
64a31bb0b3
commented out mred stuff to allow nightly testing.
...
svn: r7278
2007-09-05 00:35:25 +00:00
John Clements
ba7441b3a5
...
...
svn: r7276
2007-09-05 00:23:34 +00:00
John Clements
db0f29e3e4
changes only to comments
...
svn: r6191
2007-05-10 18:04:02 +00:00
Robby Findler
41d4b5d28e
changed teachpacks to be language specific
...
svn: r6145
2007-05-04 20:45:15 +00:00
Robby Findler
031cd94b5c
a few changes to the automaically changing language stuff, plus more white-on-black improvements
...
svn: r5917
2007-04-10 19:41:09 +00:00
Robby Findler
e3776e5476
added 'module' wrapper for saved files in the teaching languages (and support for that in the drscheme:language:language<%> interface)
...
svn: r5602
2007-02-14 23:23:32 +00:00
Matthew Flatt
ba2c163558
remove stray reference to eli-debug.ss
...
svn: r5526
2007-02-01 02:11:23 +00:00
John Clements
05bdd7e0c5
support for begin0. Whew.
...
svn: r5522
2007-02-01 00:18:42 +00:00
Matthew Flatt
105339ed2e
field name mismatch in provide/contract (not sure why it isn't a syntax error)
...
svn: r5453
2007-01-25 06:19:57 +00:00
John Clements
8c99995af3
added stop on next buttons
...
svn: r5434
2007-01-23 04:16:40 +00:00
John Clements
0f447d6b63
added end button
...
svn: r5431
2007-01-22 20:49:10 +00:00
John Clements
cfd0e35fce
added all-bindings-mutable? field to model-settings structure
...
svn: r5084
2006-12-12 00:07:49 +00:00
Eli Barzilay
3459c3a58f
merged units branch
...
svn: r5033
2006-12-05 20:31:14 +00:00
John Clements
5a795b614c
working on begin0
...
svn: r4914
2006-11-21 23:01:26 +00:00
John Clements
311caf733e
fixed bugs
...
svn: r4784
2006-11-05 17:43:07 +00:00
John Clements
4cfa7addc3
small bug in shared.ss
...
svn: r4772
2006-11-03 23:17:49 +00:00
Eli Barzilay
76bdd05167
removed debugging code
...
svn: r4766
2006-11-03 20:27:39 +00:00
John Clements
96d857dcd0
changed syntax-property to stepper-syntax-property
...
svn: r4762
2006-11-03 18:15:16 +00:00
John Clements
57b2dd2903
added vertical-separator-snip for pickle-ability
...
svn: r4621
2006-10-17 22:50:13 +00:00
John Clements
3a8cfed33b
bug fixes for annotate/not-top-level
...
svn: r4615
2006-10-16 23:02:57 +00:00
John Clements
785bc0375c
added sperber's fix for true-false reconstruction in cond.
...
svn: r4614
2006-10-16 17:28:59 +00:00
John Clements
4d4db929ca
support for begin, minor refactoring, cleanup, etc.
...
svn: r4589
2006-10-13 19:15:09 +00:00
John Clements
d82c0b02b3
added comment re: phase 1/2
...
svn: r4449
2006-09-28 00:58:31 +00:00
John Clements
f1c6776715
lifting now controlled by language.
...
svn: r4424
2006-09-23 11:19:32 +00:00
John Clements
52afe35a48
added language-based let-lifting choice parameter
...
svn: r4369
2006-09-18 21:04:13 +00:00
Eli Barzilay
eae55ddaf9
removed debugging output
...
svn: r4033
2006-08-12 04:07:50 +00:00
Eli Barzilay
307b638c8d
minor bugfix
...
svn: r4028
2006-08-12 02:18:03 +00:00
Eli Barzilay
64739e89a7
more reformatting
...
svn: r4013
2006-08-09 23:12:00 +00:00
Eli Barzilay
d8d91aff0b
* Misc reformatting in model.ss
...
* A much improved display-break gadget
svn: r4012
2006-08-09 22:59:46 +00:00
Eli Barzilay
96846c44ff
misc reformat (including things like instantiate->new)
...
svn: r4010
2006-08-09 22:03:00 +00:00
Eli Barzilay
3852135b8b
Merged in changes from branch: generalizations and improvements.
...
svn: r3967
2006-08-04 20:00:31 +00:00
John Clements
f35c7b08b4
fixed bug related to failure to recertify special-values checking
...
svn: r3730
2006-07-16 16:19:20 +00:00
Eli Barzilay
686b10530e
* catchup simple-module-based-language-convert-value to current drscheme
...
version (add `current-print' output style)
* instead of barfing when `set-printing-parameters' is not implemented,
just assume that the current print-convert is fine
* accept non-module-based languages too (don't throw up when the expression
is not (module ...))
svn: r3716
2006-07-15 21:28:28 +00:00
John Clements
08ef0f366c
...
...
svn: r3715
2006-07-15 21:22:08 +00:00
John Clements
e5511ae1ed
...
...
svn: r3712
2006-07-15 15:50:01 +00:00
John Clements
1c302a2902
...
...
svn: r3711
2006-07-15 15:41:55 +00:00
Robby Findler
c948e8cbc6
used capability interface for a bunch more special menu items
...
svn: r3205
2006-06-03 19:44:18 +00:00
John Clements
dd89364c2d
...
...
svn: r2558
2006-03-31 20:00:14 +00:00
John Clements
289e076893
added preliminary acl2 support
...
svn: r2414
2006-03-11 00:21:19 +00:00
Eli Barzilay
967001d364
Set eol-style, some editing.
...
svn: r2352
2006-03-03 03:37:02 +00:00
John Clements
52db4e170a
refactored to pull out macro unwinding
...
svn: r2350
2006-03-02 23:45:42 +00:00
John Clements
238b744d99
...
...
svn: r2348
2006-03-02 20:44:06 +00:00
John Clements
367c792141
removed debugging output
...
svn: r2096
2006-02-03 01:06:33 +00:00
John Clements
d9abc7f2cf
...
...
svn: r2067
2006-02-01 00:37:29 +00:00
John Clements
fdf6c2f075
...
...
svn: r2066
2006-02-01 00:36:32 +00:00
John Clements
96ced692fa
...
...
svn: r2065
2006-02-01 00:15:59 +00:00
John Clements
de85dc16e7
...
...
svn: r1818
2006-01-12 23:57:44 +00:00
John Clements
634d76c5af
...
...
svn: r1816
2006-01-12 22:34:11 +00:00
John Clements
8012ebb396
...
...
svn: r1813
2006-01-12 08:34:10 +00:00
John Clements
678f08a1c9
removed debug info
...
svn: r1774
2006-01-06 01:14:35 +00:00
John Clements
9332b4fd9f
almost have begin working...
...
svn: r1773
2006-01-06 01:13:40 +00:00
Matthew Flatt
5cb5806442
recertify lifted-out varrefs
...
svn: r1567
2005-12-08 22:43:18 +00:00
John Clements
42191d9ecf
disabled advanced
...
svn: r1566
2005-12-08 19:05:01 +00:00
John Clements
5bc397e6b2
smushed with branch, preserving changes made to stepper-tool. In sync now.
...
svn: r1555
2005-12-07 10:27:27 +00:00
Matthew Flatt
5d8b64df09
show Step/Debug buttons for suitable languages, only
...
svn: r1383
2005-11-23 17:22:40 +00:00
John Clements
4629487985
re-applied changes by merging back to 782
...
svn: r844
2005-09-12 23:53:31 +00:00
John Clements
9575d74aa2
reverted changes from 782 to 303 for 299.400 release
...
svn: r783
2005-09-07 03:04:30 +00:00
John Clements
1f42bd1958
...
...
svn: r764
2005-09-04 07:43:33 +00:00
John Clements
b37e67573f
removed unneeded file?
...
svn: r746
2005-09-01 23:37:59 +00:00
John Clements
6c7dd4bbd6
merged changes from 303-744 on branch back into main trunk
...
svn: r745
2005-09-01 23:31:23 +00:00
Eli Barzilay
daa18fcba0
typos
...
svn: r66
2005-06-08 00:28:39 +00:00
Eli Barzilay
017d151d59
Adding collects, with all the right properties (except eoln-style).
...
svn: r3
2005-05-27 18:56:37 +00:00