Skip to content

Commit

Permalink
[BNFC#176] Haskell: Store node position in the AST
Browse files Browse the repository at this point in the history
  • Loading branch information
Commelina committed Dec 5, 2020
1 parent e7e68ba commit 701aadf
Show file tree
Hide file tree
Showing 6 changed files with 731 additions and 170 deletions.
4 changes: 4 additions & 0 deletions source/BNFC.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ Executable bnfc
BNFC.Backend.Haskell.MkErrM
BNFC.Backend.Haskell.HsOpts
BNFC.Backend.Haskell.Utils
BNFC.Backend.Haskell.Happy.Abs
BNFC.Backend.Haskell.Happy.Print
-- Haskell GADT
BNFC.Backend.HaskellGADT
BNFC.Backend.HaskellGADT.HaskellGADTCommon
Expand Down Expand Up @@ -300,6 +302,8 @@ Test-suite unit-tests
BNFC.Backend.Haskell.MkErrM
BNFC.Backend.Haskell.HsOpts
BNFC.Backend.Haskell.Utils
BNFC.Backend.Haskell.Happy.Abs
BNFC.Backend.Haskell.Happy.Print
-- Haskell GADT
BNFC.Backend.HaskellGADT
BNFC.Backend.HaskellGADT.HaskellGADTCommon
Expand Down
Loading

0 comments on commit 701aadf

Please sign in to comment.