ZipperAG 0.1 → 0.2
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- README +1/−1
- ZipperAG.cabal +3/−3
README view
@@ -1,7 +1,7 @@ This source code complements the paper Zipper-based Attribute Grammars and their Extensions. Pedro Martins, João Paulo Fernandes and João Saraiva. In the proceedings of the 17th Brazilian Symposium on Programming Languages (SBLP’13), September 29 - October 4, Brasilia, Brasil. LNCS -To run all the examples, the Scrap Your Zipper Haskell package+To run all the examples, the Scrap Your Zipper Haskell (syz) package is necessary, which can be easily installed with: $ cabal install syz
ZipperAG.cabal view
@@ -1,13 +1,13 @@ Name: ZipperAG-Version: 0.1+Version: 0.2 Cabal-Version: >= 1.2 License: BSD3 Author: Pedro Martins <pedromartins4@gmail.com> Maintainer: Pedro Martins <pedromartins4@gmail.com> Homepage: www.di.uminho.pt/~prmartins Category: Experimental-Synopsis: An implementationg of Attribute Grammars using Funcitonal Zippers-Description: An implementationg of Attribute Grammars using Funcitonal Zippers+Synopsis: An implementationg of Attribute Grammars using Functional Zippers+Description: An implementationg of Attribute Grammars using Functional Zippers build-type: Simple Copyright: Pedro Martins Extra-source-files: README