xref: /aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/output (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1tree=(VAR_DEF char c) (VAR_DEF int x) (FUNC_DECL (FUNC_HDR void bar (ARG_DEF int x))) (FUNC_DEF (FUNC_HDR int foo (ARG_DEF int y) (ARG_DEF char d)) (BLOCK (VAR_DEF int i) (for (= i 0) (< i 3) (= i (+ i 1)) (BLOCK (= x 3) (= y 5)))))
2