mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
more structured format for errors and warnings from the compiler
This commit is contained in:
@@ -603,7 +603,7 @@ Posn
|
||||
{
|
||||
|
||||
happyError :: P a
|
||||
happyError = fail "parse error"
|
||||
happyError = fail "syntax error"
|
||||
|
||||
mkListId,mkConsId,mkBaseId :: Ident -> Ident
|
||||
mkListId = prefixId (BS.pack "List")
|
||||
|
||||
Reference in New Issue
Block a user