Jesse Claven


✂ Content (Work, projects, notes, contributions, etc.) is being added.

Makeup parser for Swift

2023-08-25 ・ Swift, makeup, parser, NimblePublisher, NimbleParsec

Having switched to using Elixir and NimblePublisher for the backend of my personal website, I’ve needed to improve the availability of Makeup parsers. Firstly, starting with Swift, with makeup_swift.

It’s incredibly bare bones, so far.

The approach so far is to be fairly true to the Swift Language Reference1. The prioritisation is hopefully on the more common parts of the language.

Contributions are heavily welcomed and encouraged!