Nothing Special   »   [go: up one dir, main page]

Skip to content

HS-Flensburg-PLTP/language-java

 
 

Repository files navigation

language-java

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"

Used Configs

Rationales can be found in corresponding config files.

  • .hlint.yaml

About

Java parser and printer for haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 72.8%
  • LilyPond 12.3%
  • Java 8.6%
  • Lex 6.3%