Totodore / md-to-html-transpiler

Markdown to HTML transpiler in C (Formal approaches, languages and compilations course, M2 project)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown to HTML transpiler

Final project for the engineering course "formal approach, languages and compilation" at ISEP.

Transpiles any document from markdown to HTML with the following features:

  • Headings,
  • Bold, Italic, Underline, Crossed-Text
  • Inline code / Block Code
  • Horizontal rules
  • Links
  • Images
  • XSVG extension (Markdown to SVG)

Built with:

Authors:

About

Markdown to HTML transpiler in C (Formal approaches, languages and compilations course, M2 project)


Languages

Language:C 63.8%Language:Yacc 20.2%Language:Lex 15.2%Language:Makefile 0.8%