Skip to content
/ suag Public

Experiments with Attribute Grammars and Parser Combinators

Notifications You must be signed in to change notification settings

tlazaro/suag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

suag

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.

Parser Combinators

Attribute Grammars

About

Experiments with Attribute Grammars and Parser Combinators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages