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