Experiments with Attribute Grammars and Parser Combinators.
The current code is based on slides presented by Doaitse Swierstra in one week course presented at Facultad de Ingeniería del Uruguay. The topic was Advanced Functional Programming. The content went from Parser Combinators to Lazyness to Attribute Grammars. That work is consolidated in the libraries uu-parsinglib and uuagc.
The course presented all the code in Haskell. This project attempts to convert it to Scala while preserving the original expressiveness. This is not a library and might never be useful as such. Consider this a research.
All the code here was written in collaboration by Tomás Lázaro and Rodrigo Cano.