Skip to content

Instantly share code, notes, and snippets.

@brson
Created August 1, 2012 23:07
Show Gist options
  • Save brson/3231460 to your computer and use it in GitHub Desktop.
Save brson/3231460 to your computer and use it in GitHub Desktop.
alt 0 {
00 => {
}
01 => if true {
} else {
}
03 => alt 0 {
_ => ()
}
04 => do fun {
}
05 => for it {
}
06 => while false {
}
07 => loop {
}
08 => unsafe {
}
09 => unchecked {
}
10 => {
},
11 => if true {
} else {
},
13 => alt 0 {
_ => ()
},
14 => do fun {
},
:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment