Skip to content

Instantly share code, notes, and snippets.

@Vaguery
Created May 3, 2010 12:09
Show Gist options
  • Select an option

  • Save Vaguery/388019 to your computer and use it in GitHub Desktop.

Select an option

Save Vaguery/388019 to your computer and use it in GitHub Desktop.
( 1 2 INT.+ ( 3 4 INT.* ) ( 5 INT.+ ) )
( ( 1 ) ( 2 ) INT.+ ( 3 ( ) ( 4 ( ) ) INT.* ) ( 5 ( INT.+ ) ) )
( 1 2 INT.+ 3 4 INT.* 5 INT.+ )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment