Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 799 Bytes

File metadata and controls

18 lines (11 loc) · 799 Bytes

libalsgml

Simple SGML parsing library with low memory overhead

Synposis

libalSGML is a single header parsing libary that (unsafely) parses SGML. It is supposed to be a refrence implmentation for creating low-overhead SGML and XML parsers. Remember that this library serves as a starting point for you to extend your own libraries from.

Using libSGML

See the Technical Overview Document

Notes on use in production

libalSGML should not be used in a production environment, as it does not validate

Links/Resources

Alsami Technologies

ISO 8879:1986: Information processing — Text and office systems — Standard Generalized Markup Language (SGML)