Files
sdk/compiler/java
zundel@google.com 9dae63b313 Add some command line options to debug AST parsing of illegal dart
There are 2 cmdline options added in this change
 1.  --source-from-ast  reprints out the source by walking whatever
AST was constructed from the parse.  This helps visualize what the
partially constructued AST looks like.
 2. --resolve-on-parse-errors this option has been availble to
API users, now it is exposed on the commandline.

Used together, you can take dart source that doesn't parse and see
how well the static analyzer understand it.

Review URL: https://chromiumcodereview.appspot.com//9958049

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6076 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-01 03:23:15 +00:00
..