parse-java does work, strange:

martin@linux:~> echo ‘class Foo { error! }’ | dryad-front
error: An error occured, but the error summary cannot be presented in a nice way. Please report this as a bug.
Structured error summary: error(“Parse error”,[localized(“character ‘!’ unexpected”,area-in-file(“stdin”,area(1,18,1,18,18,0)))])
dryad-front: rewriting failed

martin@linux:~> echo ‘class Foo { error! }’ | parse-java
[ parse-java | error ] stdin: character ‘!’ unexpected at line 1, column 18
[ parse-java | error ] class Foo { error! }
[ parse-java | error ] ^
parse-java: rewriting failed
martin@linux:~>

Submitted on 24 April 2007 at 11:38

Log in to post comments