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-usCopyright 2013 by contributing authorscs.uu.nl TWiki Administrator [stwiki@cs.uu.nl]The contributing authors of TWikiTWikiTWiki home.HUT
http://www.cs.uu.nl/wiki/bin/view/HUT
http://www.cs.uu.nl/wiki/pub/Main/li-dsol-small.pngAttributeGrammarSystem
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:59ZDoaitseSwierstraAttributeGrammarManual
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:05ZJeroenBransenWebHome
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:44ZDoaitseSwierstraRecordParsersAndConfigurationTools
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:42ZDoaitseSwierstraDevelopers
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:02ZJeroenBransenMailingList
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:38ZAtzeDijkstraAttributeGrammarFutureProjects
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:46ZArieMiddelkoopParserCombinators
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:28ZDoaitseSwierstraDownload
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:24ZArieMiddelkoopTigerCompiler
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:48ZAlexeyRodriguezToDo
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:14ZArieMiddelkoopRoadmap
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:56ZArieMiddelkoopAdditionalAttributeGrammarSystemFeatures
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:27ZArieMiddelkoopWebLeftBar
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:37ZAlexeyRodriguezAttributeGrammarSystemFeatures
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:41ZDoaitseSwierstraParserCombinatorsFAQ
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:33ZDoaitseSwierstra