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:
parent
7aee07b3ec
commit
035f26725f
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user