Created
April 26, 2015 13:03
Parse specific tokens
This file contains 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
let bra x = parseToken BRA x;; | |
let ket x = parseToken KET x;; | |
let dot x = parseToken DOT x;; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment