head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 project:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2009.07.09.02.51.46;  author yo2dh;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2009.07.09.02.51.46;  author yo2dh;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@    
    switch tree.h to be a class derived from HeapItem and switch
    to new Heap implementation.

    Full symbol table - moving toward type-checking.
        - Struct/Unions need their own namespace.

    Errors need improvement, some parsing errors result in
    internal errors rather than useful diagnostics.  Need
    a generalized error reporting scheme that provides file/line#
    for higher-level errors.
 
---
    Typedef names present in new declarations.

    Documentation of the new C++ interface (in HTML)

    Write a few example programs using the library.
        - Call graph generator

  Issues:
    Need to be able to differentiate between const ptr,
    ptr to const data, and const ptr to const data.

    --------------
    C++ parser - Easier to do things like passing in a constant
        string to convert into a type or statement.

    --------------
Kinda work, maybe need to be revisted:

    Array usage - handle multidimensional array with a single class
    casts

@


1.1.1.1
log
@CVS TEST
@
text
@@
