Created
June 7, 2012 09:12
-
-
Save leque/2887770 to your computer and use it in GitHub Desktop.
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
(use parser.peg) | |
(define ($look-ahead parse) | |
(lambda (s0) | |
(receive (r v s) (parse s0) | |
(values r v s0)))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment