Home

uuagsmall.png

Projects

Resources

Web Rss

HUT
TWiki's HUT web http://www.cs.uu.nl/wiki/bin/view/HUT The HUT web of TWiki. TWiki is a Web-Based Collaboration Platform for the Corporate World. en-us Copyright 2013 by contributing authors cs.uu.nl TWiki Administrator [stwiki@cs.uu.nl] The contributing authors of TWiki TWiki TWiki home.HUT http://www.cs.uu.nl/wiki/bin/view/HUT http://www.cs.uu.nl/wiki/pub/Main/li-dsol-small.png AttributeGrammarSystem http://www.cs.uu.nl/wiki/bin/view/HUT/AttributeGrammarSystem UUAGC is the Utrecht University Attribute Grammar Compiler It is a preprocessor for Haskell which makes it easy to write catamorphisms (that is, functions that ... (last changed by DoaitseSwierstra) 2012-11-30T17:07:59Z DoaitseSwierstra AttributeGrammarManual http://www.cs.uu.nl/wiki/bin/view/HUT/AttributeGrammarManual UU AG System User Manual Getting Started Installing the UUAG system The easy way: cabal install uuagc Otherwise: Have a recent GHC compiler on your system ... (last changed by JeroenBransen) 2012-11-28T10:15:05Z JeroenBransen WebHome http://www.cs.uu.nl/wiki/bin/view/HUT/WebHome The HUT website hosts the following projects: A collection of Modules and Tools Attribute Grammar System Fast, Error Repairing Parser Combinators ... (last changed by DoaitseSwierstra) 2012-10-07T10:07:44Z DoaitseSwierstra RecordParsersAndConfigurationTools http://www.cs.uu.nl/wiki/bin/view/HUT/RecordParsersAndConfigurationTools The project "Record Parsers and Configuration Tools" is divided in three segments: Modeling applications and functionality. Command line and configuration ... (last changed by DoaitseSwierstra) 2012-07-02T13:44:42Z DoaitseSwierstra Developers http://www.cs.uu.nl/wiki/bin/view/HUT/Developers Subversion repository UUAGC repository: https://svn.science.uu.nl/repos/project.STEC.uuagc UULIB repository: https://subversion.cs.uu.nl/repos/project.STEC.uulib ... (last changed by JeroenBransen) 2012-03-30T10:08:02Z JeroenBransen MailingList http://www.cs.uu.nl/wiki/bin/view/HUT/MailingList For support and development related questions you are advised to subscribe to the following mailing lists: hut for hut usage. hut developers for hut development ... (last changed by AtzeDijkstra) 2011-09-21T06:05:38Z AtzeDijkstra AttributeGrammarFutureProjects http://www.cs.uu.nl/wiki/bin/view/HUT/AttributeGrammarFutureProjects Unordered List Derive data type structure from Haskell code (when data types are sufficiently simple; use package haskell src exts) Type attributes (for ... (last changed by ArieMiddelkoop) 2011-02-15T15:37:46Z ArieMiddelkoop ParserCombinators http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators Why would you want to use this Library Maybe you have always been intrigued by the use of Combinator Parsers because they allow you to: use the abstraction, typing ... (last changed by DoaitseSwierstra) 2010-08-08T17:35:28Z DoaitseSwierstra Download http://www.cs.uu.nl/wiki/bin/view/HUT/Download Latest Distribution Install the latest distribution through Hackage: cabal install uulib cabal install uuagc Old source distributions The preferred method to obtain ... (last changed by ArieMiddelkoop) 2009-12-04T22:18:24Z ArieMiddelkoop TigerCompiler http://www.cs.uu.nl/wiki/bin/view/HUT/TigerCompiler An implementation of a compiler front end and type checker for Andrew Appel's Tiger language. The implementation has been developed as an example of the use of the ... (last changed by AlexeyRodriguez) 2008-11-17T11:33:48Z AlexeyRodriguez ToDo http://www.cs.uu.nl/wiki/bin/view/HUT/ToDo To do before public release version 1.0: Polish website (shorten introductory blurb at Parser Combinators ). Done. Thorough testing of packages. Done ... (last changed by ArieMiddelkoop) 2008-06-03T09:43:14Z ArieMiddelkoop Roadmap http://www.cs.uu.nl/wiki/bin/view/HUT/Roadmap Here we attempt to organize the effort that goes into the next release. It also acts as some sort of poor man's bug tracking system. Release Bug or feature 0.9 ... (last changed by ArieMiddelkoop) 2008-06-03T09:40:56Z ArieMiddelkoop AdditionalAttributeGrammarSystemFeatures http://www.cs.uu.nl/wiki/bin/view/HUT/AdditionalAttributeGrammarSystemFeatures UUAG Commandline Options m generate default module header module name generate module ... (last changed by ArieMiddelkoop) 2007-12-03T10:33:27Z ArieMiddelkoop WebLeftBar http://www.cs.uu.nl/wiki/bin/view/HUT/WebLeftBar Home Projects Attribute Grammar Parser Combinators Pretty Printing Tiger Compiler Resources Download Mailing list ... (last changed by AlexeyRodriguez) 2007-07-04T16:40:37Z AlexeyRodriguez AttributeGrammarSystemFeatures http://www.cs.uu.nl/wiki/bin/view/HUT/AttributeGrammarSystemFeatures New Features (Nov 3, 2003) The AG systeem has a number of new features. use of attribute names in patterns on left hand side of a rule nonterminal sets ... (last changed by DoaitseSwierstra) 2007-05-10T13:52:41Z DoaitseSwierstra ParserCombinatorsFAQ http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinatorsFAQ I am not interested in error correction, and want to stop parsing as soon as I encounter an error. The parser produces a list of error messages; if you only print ... (last changed by DoaitseSwierstra) 2007-01-19T16:15:33Z DoaitseSwierstra