/OrgSwiftParser

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

Primary LanguageSwiftMIT LicenseMIT

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.