1
1
mirror of https://github.com/github/semantic.git synced 2025-01-02 04:10:29 +03:00

List the canonical precise parsers.

This commit is contained in:
Rob Rix 2019-10-02 11:26:11 -04:00
parent 7aee07b3ec
commit 035f26725f
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -40,6 +40,7 @@ module Parsing.Parser
, typescriptParser'
-- * Canonical sets of parsers
, aLaCarteParsers
, preciseParsers
, allParsers
) where
@ -280,6 +281,11 @@ aLaCarteParsers =
, tsxParser'
]
preciseParsers :: c Py.Term => [(Language, SomeParser c Loc)]
preciseParsers =
[ pythonParserPrecise'
]
allParsers
:: ( c (Term (Sum Go.Syntax))
, c (Term (Sum Haskell.Syntax))