Ecosyste.ms: Awesome

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

https://github.com/beezwax/markdown-compiler

A markdown compiler written in Ruby, for educational purposes.
https://github.com/beezwax/markdown-compiler

compiler educational markdown ruby

Last synced: 11 days ago
JSON representation

A markdown compiler written in Ruby, for educational purposes.

Lists

README

        

# Simple Markdown Parser
The following is a minimalistic Ruby implementation of a markdown compiler, it
translates markdown to HTML.

For a full series on how this compiler works,

The main purpose of this library is to explain basic compiler design techniques
so it's not made to be fast, but easy to read and understand.

For more information about the project, or if you are interested in learning how
to write compilers from scratch, see [the blog post series at Beezwax's blog](https://blog.beezwax.net/2017/07/07/writing-a-markdown-compiler/).

## Run Tests
To run tests just run `rake`.