haiku/headers
Tyler Dauwalder 390dce8da6 Parser is finished (or very nearly so)!!! :-)
+ Added support for extended notation floating point numbers,
as well as signed (+ and -) floats.
+ Finished up parsing code
+ Moved Err class into it's own header/source pair, since I
started using it all over the place in the sniffer code.
+ Did my darndest to make sure I wasn't leaking memory
anywhere.
+ Matched up error messages as best as possible with R5's
error message. Some couldn't be matched, some were improved.

There *are* a few things left to do. I don't think priorities are
verified to be valid (0.0 <= x <= 1.0). More tests also need to
be written. Things have solidified enough now that documentation
is a reasonable thing to start considering as well.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@608 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-08-06 08:37:14 +00:00
..
os Removed the know unnecessary BSD-like fcntl.h (a BeOS one is now in posix/) 2002-08-05 01:35:03 +00:00
posix Added a BeOS like fcntl.h, with some additions (which might be implemented 2002-08-05 01:26:14 +00:00
private Parser is finished (or very nearly so)!!! :-) 2002-08-06 08:37:14 +00:00
tools/cppunit Added Equals() function, which sadly I haven't tested 2002-07-24 09:30:20 +00:00