Experiment with porting SGML to YAP, and trying to preserve SWI code as much

as possible.
This commit is contained in:
Vitor Santos Costa
2009-03-13 19:39:06 +00:00
parent 754f00d311
commit d6a06fe092
260 changed files with 31894 additions and 0 deletions

20
packages/sgml/FILES Normal file
View File

@@ -0,0 +1,20 @@
Files in the SGML/XML parser:
catalog.c Handle SGML_CATALOG_FILES
catalog.h
charmap.c Character classification and mapping
dtd.h Include file for DTD primitives
dtd2pl.c Main file for dtd2pl: convert DTD to Prolog
error.c Utilities for generating Prolog exceptions
error.h
model.c State engine for handling DDT content model
model.h
parser.c The parser itself
parser.h
prolog.c Print DTD in Prolog source (used by dtd2pl)
prolog.h
sgml.c Main file for sgml (stand-alone parser)
sgml2pl.c SWI-Prolog foreign code wrapper
sgmldefs.h General definitions
util.c Basic character handling and utilities
util.h