CVSROOT: /home/cvs
Module name: freesci
Changes by: cvsuser 00/05/01 18:02:09
Modified files:
. : config.h
doc : sci.sgml
src/core : Makefile.am kstring.c said.c said.y vocab.c
src/include : vocabulary.h
Log message:
* Made kSaid() call said() from said.y. Errors reported in the debug output
need some more investigation, it's possible that those are bogus messages.
* Parse tree dumping now displays both the tree structure in pointy braces,
and a list representation in parentheses.
A new revision of the graphics system redesign (for 0.3.x) has been released.
This time, I didn't bother to write a separate documentation file and put
everything in header files.
ATM, only basic structures and driver functionality is covered (as in the last
release), but drivers can be much more lightweight now; falling back to
generic software implementations is now done one level above them.
-- Christoph