Skip to content

Commit

Permalink
added function to get src location in lexer
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard committed Jun 6, 2013
1 parent 71c1dcb commit 8718884
Show file tree
Hide file tree
Showing 7 changed files with 10,054 additions and 9,963 deletions.
10 changes: 7 additions & 3 deletions language-fortran.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ executable parser
haskell-src >= 1.0,
language-fortran,
syb >= 0.3,
array >= 0.4
array >= 0.4,
generic-deriving >= 1.5.5

executable lexer
main-is: LexerTest.hs
Expand All @@ -27,17 +28,20 @@ executable lexer
haskell-src >= 1.0,
language-fortran,
syb >= 0.3,
array >= 0.4
array >= 0.4,
generic-deriving >= 1.5.5

library
exposed-modules: Language.Fortran.Parser,
Language.Fortran.Lexer,
Language.Fortran.Pretty,
Language.Fortran
-- other-modules:
build-depends: base >=4.0 && < 5,
syb >= 0.3,
haskell-src >= 1.0,
array >= 0.4
array >= 0.4,
generic-deriving >= 1.5.5

hs-source-dirs: src
build-tools: alex, happy
Loading

0 comments on commit 8718884

Please sign in to comment.