vincenthz · GitHub

Build Status BSD Haskell

Haskell parser and pretty printer for the java language.

How to use

Simple compilation unit parser:

parser compilationUnit "import java.util.*; public class MyClass {}"

or from a file:

ast <- parser compilationUnit `fmap` readFile "myClass.java"

About

Java parser and printer for haskell

Resources

Readme

License

Activity

Stars

68 stars

Watchers

1 watching

Forks

47 forks

Releases

Packages

Contributors

Languages

Read the original on github.com ↗