This page is intended for the subject of parsing and storing data using Emacs Lisp.
DataModes has more about editing data using specialized major modes.
Parsing Data
- XmlParser – Writing code which reads and manipulates XML. Pointers to DOM, XPath, etc.
- JSON – Writing code which reads and manipulates JSON.
- ElispParser – A small parser tool written in EmacsLisp.
- ParserCompiler – A macro that compiles Recursive Descent parsers in elisp.
- SemanticBovinator – A flex/bison lexer and parser generator written in EmacsLisp.
- rdp.el – Recursive Descent Parser library
- Lisp:peg.el – Parsing Expression Grammars in Emacs Lisp
- EPDF – pdf parsing routines
Storing Data