Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 13:03
Parse specific tokens
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