Skip to content

A markdown compiler written in Ruby, for educational purposes.

License

Notifications You must be signed in to change notification settings

beezwax/markdown-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Run Tests

To run tests just run rake.

About

A markdown compiler written in Ruby, for educational purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages