Show
Ignore:
Timestamp:
08/06/08 23:14:44 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Support nested block comments.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Developer/IntermediateReleaseNotes.text

    r1569 r1571  
    11Post 0.8 
     2 
     3* Add support for commenting full blocks of lines using /# and #/. Block comments can be nested. 
     4        '/#' block comment start and  '#/' block comment end as initial chars on line 
    25 
    36* Added support for a Cobra compiler directive to specify the type for `number` 
    47    type of number and integer literals same as command line -number option 
    58    %% number  'decimal' | 'float' | 'float32' | 'float64' 
    6      
     9 
    710* Added a new built-in doc tool accessible via "cobra -doc ...". The documentation is generated to local HTML files using your declarations, doc strings, contracts, etc. 
    811