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

Added support for a Cobra compiler directive to specify the type for number
credit:hopscc
ticket:21

Files:
1 modified

Legend:

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

    r1566 r1569  
    11Post 0.8 
    22 
     3* Added support for a Cobra compiler directive to specify the type for `number` 
     4    type of number and integer literals same as command line -number option 
     5    %% number  'decimal' | 'float' | 'float32' | 'float64' 
     6     
    37* 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. 
    48