Евгений Слободкин <[email protected]> writes: > Hi all! > > I implemented Haskell grammar for ANTLRv4 based on HaskellReport 2010 > and GHC source (Parser.y and Lexer.x files). > > Link: https://github.com/antlr/grammars-v4/blob/master/haskell/Haskell.g4 > > Could someone please help me figuring out which license this grammar > should be published on?
GHC is BSD-3, so you are fairly free to choose the license of your choice. I would probably just retain the BSD-3 license unless you have reason to do otherwise. Cheers, - Ben
signature.asc
Description: PGP signature
_______________________________________________ ghc-devs mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
