Skip to content

Instantly share code, notes, and snippets.

@halcat0x15a
Last active August 29, 2015 13:57
Show Gist options
  • Save halcat0x15a/9579646 to your computer and use it in GitHub Desktop.
Save halcat0x15a/9579646 to your computer and use it in GitHub Desktop.

!SLIDE

Markdownをparseする

@halcat0x15a

!SLIDE

Parser combinator

parser.clj

  • 生成
    • libtxt.core.parser/string
    • libtxt.core.parser/regex
  • 変換
    • libtxt.core.parser/map
  • 合成
    • libtxt.core.parser/many
    • libtxt.core.parser/choice
    • libtxt.core.parser/chain

!SLIDE

Markdown

markdown.clj

HTMLで出力する

html.clj

!SLIDE

宣伝

  • 3/19 Sendagaya.js
    • ClojureScriptのはなし
  • 3/20 Shibuya.lisp
    • 型推論器とcore.logicのはなし
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment