Skip to content

Latest commit

 

History

History

acdc-parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

acdc-parser

The implementation here follows from:

Note
I took a few of the grammar rules from here - some were already a perfect match to what I had, others I adapted, others I had in different forms and simplified. Credit where credit is due!

Features supported

  • ✓ Document Headers

  • ✓ Section

  • ✓ Delimited Block

    • ✓ Comment

    • ✓ Example

    • ✓ Listing

    • ✓ Literal

    • ✓ Open

    • ✓ Sidebar

    • ✓ Table

    • ✓ Pass

    • ✓ Quote

  • ✓ Paragraph (constrained not supported well!)

    • ✓ Bold

    • ✓ Italic

    • ✓ Monospace

    • ✓ Literal Monospace

    • ✓ Highlight

    • ✓ Subscript / Superscript

  • ✓ Image

  • ✓ Lists

    • ✓ Ordered

    • ✓ Unordered

  • ✓ Thematic Break

  • ✓ Page Break

  • ❏ Tables

  • ✓ Admonition

  • ✓ Anchors

  • ✓ Attributes

  • ✓ Titles

  • ✓ Footnotes

  • ✓ Includes

    • Advanced

    • ✓ Offsets

    • ❏ Tagged regions

  • ❏ Conditionals

    • ✓ ifdef

    • ✓ ifndef

    • ❏ ifeval