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?
Very cool! Mit / bsd 3 or bsd 2 or Apache are all reasonable On Tue, Mar 31, 2020 at 3:58 PM Евгений Слободкин <sloboegen1998@gmail.com> wrote:
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-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
Евгений Слободкин <sloboegen1998@gmail.com> 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
participants (3)
-
Ben Gamari -
Carter Schonwald -
Евгений Слободкин