Changeset 1571 for cobra/trunk/Developer/IntermediateReleaseNotes.text
- Timestamp:
- 08/06/08 23:14:44 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Developer/IntermediateReleaseNotes.text
r1569 r1571 1 1 Post 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 2 5 3 6 * Added support for a Cobra compiler directive to specify the type for `number` 4 7 type of number and integer literals same as command line -number option 5 8 %% number 'decimal' | 'float' | 'float32' | 'float64' 6 9 7 10 * 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. 8 11
