An open API service indexing awesome lists of open source software.

https://github.com/robrix/a-swiftly-tilting-parser

Talk about the derivative of parser combinators in ObjC & Swift
https://github.com/robrix/a-swiftly-tilting-parser

Last synced: about 1 year ago
JSON representation

Talk about the derivative of parser combinators in ObjC & Swift

Awesome Lists containing this project

README

          

# A Swiftly Tilting Parser

[My talk][Slides] about the [derivative of parser combinators][derivatives], to be given at [TACOW][] on July 8th, 2014.

The recorded presentation is available at [Vimeo][].

The slides are also available on [SpeakerDeck][].

### References

- *[Parsing with Derivatives—A Functional Pearl][PwD]*, by Matthew Might, David Darais, and Daniel Spiewak
- [Context][] for the algorithm and its development
- [Hammer][Hammer.objc], my implementation of derivative parsers in Objective-C
- [Hammer.swift][Hammer.swift], my implementation of derivative parsers in Swift

[Slides]: https://github.com/robrix/A-Swiftly-Tilting-Parser/blob/master/A%20Swiftly%20Tilting%20Parser.pdf
[derivatives]: http://matt.might.net/articles/parsing-with-derivatives/
[TACOW]: https://tacow.org/
[Vimeo]: https://vimeo.com/100598801
[SpeakerDeck]: https://speakerdeck.com/robrix/a-swiftly-tilting-parser
[PwD]: http://matt.might.net/papers/might2011derivatives.pdf
[Context]: http://matt.might.net/articles/parsing-with-derivatives/
[Hammer.objc]: https://github.com/robrix/Hammer
[Hammer.swift]: https://github.com/robrix/Hammer.swift