Guest
Public paste!

Untitled

By: a guest | Sep 5th, 2010 | Syntax: Java | Size: 0.20 KB | Hits: 27 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. Debugging: AST
  2. tree=(ROOT (METHOD int abs (TYVAR int a) (BLOCK (VARS int b) if ( a < 0 ) (BLOCK b = - a ;) else (BLOCK b = a ;) return b ;)) (METHOD int main (BLOCK return abs ( - 2 ) ;)))
  3. Program Finished!