From: Maximillian Davids
[mailto:[hidden email]]
1) a debugger front-end for visualworks that supports
command-configuration? (I don't want to program something that already exists
:) )
2) a code editor for visualworks that allows pluggin creation?
3) some easy way of parsing any kind of code (i. e. some framework)?
AFAIK the answers to 1&2 are
"no" – or if you're an expert on the existing debugger and
Refactoring Browser, "not really". We built our own debugger GUI for
our own language, and to be honest the GUI part of it was easy: the harder
parts are the back end and the interaction with it.
For 3), I'd recommend SmaCC. There's a
parcel in the contributed directory of VW, but it's best to grab the latest
version from the public Store. See also the tutorial and documentation on www.refactory.com/Software/SmaCC/
(but don't get the code from there, it's older).
HTH,
Steve