Skip to content

Commit 17d1e9b

Browse files
author
Bram Schuur
committed
Added automatic building of ag files.
Compile using: runhaskell Setup.lhs configure runhaskell Setup.lhs build runhaskell Setup.lhs install
1 parent 6b2172c commit 17d1e9b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Setup.lhs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env runhaskell
2+
>import Distribution.Simple
3+
>import Distribution.Simple.UUAGC
4+
5+
>main = defaultMainWithHooks uuagcUserHook
6+

uuagc_options

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
file : "src/PHP/Simple/Expression.ag"
2+
options : data, catas, semfuns, signatures, wrappers
3+
4+
file : "src/PHP/Simple/Statement.ag"
5+
options : data, catas, semfuns, signatures, wrappers

0 commit comments

Comments
 (0)