An open API service indexing awesome lists of open source software.

https://github.com/totodore/md-to-html-transpiler

Markdown to HTML transpiler in C (Formal approaches, languages and compilations course, M2 project)
https://github.com/totodore/md-to-html-transpiler

bison-flex lexer

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
* [Flex](https://github.com/westes/flex) (lexical analyzer)
* [GNU Bison](https://github.com/akimd/bison) (Parser)

Authors:
* [@aveklan](https://github.com/aveklan)
* [@totodore](https://github.com/totodore)
* [@monica-ayala](https://github.com/monica-ayala)