kandelvijaya / OrgSwiftParser

General purpose parser written in Swift with combinators. Can parse JSON & OrgMode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OrgSwiftParser

Very experimental at this stage!

ParserCombinators.playground

  • Contains the basic building blocks
  • Contains Parser
  • Contains Combinators
  • Contains Result
  • Contents.swift contains the JSON parser build on top of the fundamentals
    • TODO: Parse unicode chars from json file

OrgParser.playground

  • TODO: Implement Org (Orgmode) parse built on top of ParserCombinators.

About

General purpose parser written in Swift with combinators. Can parse JSON & OrgMode

License:MIT License


Languages

Language:Swift 80.1%Language:Haskell 18.4%Language:Objective-C 1.5%