feature request: block comments
// instead of // commenting out // each line // of part of // your program %{ it would be really nice if we could use block comments to do it all at once. (although %{ %} might not be the best symbol to use) %} Cheers, - Graham
/* How about this for block comments ? */ I know ChucK is not C (ChuC), but ... On Tue, 18 Oct 2005, Graham Percival wrote:
// instead of // commenting out // each line // of part of // your program
%{ it would be really nice if we could use block comments to do it all at once. (although %{ %} might not be the best symbol to use) %}
Cheers, - Graham
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
/* this form of block comments is now implemented. now in CVS and will be in 1.2.0.3. please give it a test. - as in ANSI C, nesting is not allowed - unlike in C, you don't have to close the comment block if you just want to comment out the rest of the file. (this is probably a bad idea - though as Perry says, ChucK is not...) */ Ge! On Wed, 19 Oct 2005, Perry R Cook wrote:
/* How about this for block comments ? */
I know ChucK is not C (ChuC), but ...
On Tue, 18 Oct 2005, Graham Percival wrote:
// instead of // commenting out // each line // of part of // your program
%{ it would be really nice if we could use block comments to do it all at once. (although %{ %} might not be the best symbol to use) %}
Cheers, - Graham
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
On 19-Oct-05, at 2:28 PM, Ge Wang wrote:
/*
this form of block comments is now implemented. now in CVS and will be in 1.2.0.3. please give it a test.
Thanks. Does Chuck still use :ext:anon-chuck@cvs.cs.princeton.edu:/cvs ? I've been updating CVS for the past few days, but I haven't seen any new stuff (including these block comments) Cheers, - Graham
Hi (yet again),
Thanks. Does Chuck still use :ext:anon-chuck@cvs.cs.princeton.edu:/cvs
It should still use that. Are you checking out the chuck_dev module? For others interested in the bleeding, crashing edge via anonymous CVS: cvs -d :ext:anon-chuck@cvs.cs.princeton.edu:/cvs checkout chuck_dev Out of brain damage, the latest source is in v2/ (not src/). Best, Ge!
participants (3)
-
Ge Wang
-
Graham Percival
-
Perry R Cook