Guest

Untitled

By: a guest on Sep 5th, 2010  |  syntax: Java  |  size: 0.20 KB  |  hits: 27  |  expires: Never
download  |  raw  |  embed  |  report abuse
This paste has a previous version, view the difference. Copied
  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!