home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
crosscom
/
tptc
/
todo.doc
< prev
next >
Wrap
Text File
|
1988-03-25
|
690b
|
25 lines
things todo:
-- nested procedure variable passing
-- set operations (general operator overloading?)
-- detection of 'with' pointer data type (currently translated as a void
pointer requiring manual entry of the proper type)
-- selection of proper 'with' pointer when two are more with levels
are active
-- 'const' declarations are NOT constants in tc1.0 (i.e. can't be used
in subscript declarations). convert back to #define with hacks to
simulate proper scoping rules.
-- the 'main' procedure in tp4 units should be named according to
the unit name.
-- return statement ordering in functions
-- more runtime library functions