Parsing Expression Grammar in Lisp: Converting Org to HTML with (ice-9 peg) in Guile
- In this blog post I want to take you in an adventure of parsing Org mode with Parsing Expression Grammars (PEG) in Guile Scheme (ice-9 peg) and converting to HTML (via SXML): OrgWebAlchemy.
- I wanted to share something with you all that I’ve been working on for a while.
Unverified
- In this blog post I want to take you in an adventure of parsing Org mode with Parsing Expression Grammars (PEG) in Guile Scheme (ice-9 peg) and converting to HTML (via SXML): OrgWebAlchemy.
- I wanted to share something with you all that I’ve been working on for a while.
Sources: Jointhefreeworld