/gist:4505a55475ea1b51a5b8 Secret
Created
September 14, 2015 11:27
Star
You must be signed in to star a gist
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
| - QAST::Stmt $distance = sqrt($dx * $dx + $dy * $dy + $dz * $dz... | |
| - QAST::Op(assign_n) | |
| - QAST::Var(lexicalref $distance) $distance | |
| - QAST::Op(callstatic &sqrt) sqrt($dx * $dx + $dy * $dy + $dz * $dz) | |
| - QAST::Op(callstatic &infix:<+>) + | |
| - QAST::Op(callstatic &infix:<+>) + | |
| - QAST::Stmts * | |
| - QAST::Stmt | |
| - QAST::Op(mul_n) | |
| - QAST::Var(lexicalref $dx) $dx | |
| - QAST::Var(lexicalref $dx) $dx | |
| - QAST::Stmts * | |
| - QAST::Stmt | |
| - QAST::Op(mul_n) | |
| - QAST::Var(lexicalref $dy) $dy | |
| - QAST::Var(lexicalref $dy) $dy | |
| - QAST::Stmts * | |
| - QAST::Stmt | |
| - QAST::Op(mul_n) | |
| - QAST::Var(lexicalref $dz) $dz | |
| - QAST::Var(lexicalref $dz) $dz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment