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
- Host: GitHub
- URL: https://github.com/robrix/a-swiftly-tilting-parser
- Owner: robrix
- Created: 2014-07-06T03:03:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-12T20:41:57.000Z (almost 12 years ago)
- Last Synced: 2025-03-30T03:42:51.926Z (about 1 year ago)
- Homepage:
- Size: 10.5 MB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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