-
Notifications
You must be signed in to change notification settings - Fork 37
Applicative parser-printer #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
fb231b4
Added a bunch of tests for router.
mbrandonw 6ebbd82
small clean up
mbrandonw 482c4bb
dont need no stinkin monad
mbrandonw 60665e8
make another route
mbrandonw 7a71fbf
array of routes
mbrandonw 46cdc1c
wip
mbrandonw b403a10
wtf crasher
mbrandonw 34ea28f
stuffff
mbrandonw d651065
clean up
mbrandonw dd7cba8
clean up
mbrandonw 1dcd38f
curry\!
mbrandonw 3b1f28c
curry
mbrandonw 6e49364
stuff
mbrandonw e683c88
basic codable stuff in params
mbrandonw 5e541d6
better name for curry
mbrandonw 793886a
clean up
mbrandonw e440bb2
lots of clean up
mbrandonw 41b3955
more clean up
mbrandonw ac0c0f2
clean
mbrandonw 77640eb
move stuff
mbrandonw 12e15cb
more clean
mbrandonw 4b36a82
clean
mbrandonw 1d91615
getting real tests in
mbrandonw 4a81e61
clean up
mbrandonw 33371bb
todo
mbrandonw 36a9d24
clean up
mbrandonw bf720f5
removed old parser
mbrandonw d1d817f
clean up
mbrandonw 512ba18
clean up
mbrandonw 76bf33a
consume get
mbrandonw 7d9f531
more tests
mbrandonw 859c337
Revert "more tests"
mbrandonw b1f7793
Revert "Revert "more tests""
mbrandonw bb58367
fix test
mbrandonw 7502ac3
rename image/preimage to apply/unapply
mbrandonw 91950b3
Remove TODO
stephencelis bdae769
_end -> end
stephencelis 80aae9c
Play around with simpler boilerplate
stephencelis 947f57f
pr feedback
mbrandonw 052d797
Merge remote-tracking branch 'origin/master' into parser-printer
mbrandonw 244a4eb
Merge branch 'parser-printer' of https://github.com/pointfreeco/swift…
mbrandonw File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could do without
Optics
in the router if we didn't wanna bring in this dependency. just hard to say no to optics!