mirror of
https://github.com/github/semantic.git
synced 2024-12-25 07:55:12 +03:00
Stub in a Haskell parser.
This commit is contained in:
parent
cbf313f011
commit
d766f346fa
@ -1,3 +1,7 @@
|
|||||||
module Haskell where
|
module Haskell where
|
||||||
|
|
||||||
import Text.Parsec
|
import Text.Parsec
|
||||||
|
import Text.Parsec.String
|
||||||
|
|
||||||
|
haskellParser :: Parser String
|
||||||
|
haskellParser = many anyChar
|
||||||
|
Loading…
Reference in New Issue
Block a user