Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2.  
  3. -- if expr then body else body
  4. parse_if_stmt = do
  5. parse_if_part
  6. parse_cond_part
  7. parse_then_part
  8. parse_then_body
  9. parse_else_part
  10. parse_else_body
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement