Created
April 26, 2015 14:18
-
-
Save SteveGilham/a4669781cb22bacb10f0 to your computer and use it in GitHub Desktop.
Continuation based lexeme producer
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
// s is our lexerSystem | |
let lexGetChar s g = | |
K (fun () -> execute (g (s.input())));; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment