Changes between Version 30 and Version 31 of Things To Do


Ignore:
Timestamp:
06/04/10 12:17:16 (16 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Things To Do

    v30 v31  
    2626 * add garbage collection
    2727 * fix cycle problem in dynamic type system
    28  *
    2928
    3029
     
    6362
    6463
    65 
    66 == Examples ==
    67 
    68 == Parameters ==
    69 
    70 
    7164== Library Functions ==
    7265
     66New library wiki page: [Libraries]
     67
    7368A reference to standard library files is here: http://www.utas.edu.au/infosys/info/documentation/C/CStdLib.html
    74 
    7569
    7670Special functions that are currently included in the grammar can instead be treated just like any other function and "linked in" at a later stage.   This will simplify the grammar and front-end. Functions that can be removed include {{{send}}}, {{{recv}}}, {{{allocate}}}, {{{deallocate}}}.