A Clojure implementation of the Common Markdown 0.24 spec. I am hand-coding everything as a refresher for both myself (it's been a while since I've implemented one, the last time probably at university) and for other people as a learning tool. My hope is that someone thinking about implementing, or learning how to implement, their own micro-language can use this to get over the initial hurdles of a naive approach. My intent is to prefer readability and understandability over high-performance to maximize the readers ability to understand and modify the code. That being said, I will make any reasonable performance optimizations I can that do not contravene those goals.
I based the structure on the Gabo templating language library for Clojure, another educational project. Many thanks to Github user fhur for the inspiration.
Coming Soon...
Copyright (c) 2016 Jeremy Gailor (jgailor@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.