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)
- Host: GitHub
- URL: https://github.com/totodore/md-to-html-transpiler
- Owner: Totodore
- Created: 2024-01-18T11:24:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-23T02:10:13.000Z (over 1 year ago)
- Last Synced: 2025-04-15T00:43:12.402Z (about 2 months ago)
- Topics: bison-flex, lexer
- Language: C
- Homepage:
- Size: 14.7 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)