grammars-v4 icon indicating copy to clipboard operation
grammars-v4 copied to clipboard

Haskell/Haskell.g4, parseing error for an import statement

Open zhuwq585 opened this issue 3 years ago • 0 comments

When parsing an unpassed code segment from RosettaCode I got an error on a normal statement in the first line: line 1:18 no viable alternative at input 'import Data.List (group'

The others went well like a passed segment

I wonder why this simple import statement below can not pass the generated parser import Data.List (group)

My ANTLR version: v4.9.3

zhuwq585 avatar Jun 17 '22 08:06 zhuwq585