Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 267 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 267 Bytes

Parser-CTMCP-Haskell

Parser from the book "Concepts, Techniques, and Models of Computer Programming" (Section 3.4.8) developed with Haskell instead of Oz. Parser takes a list of strings and returns a precedence tree (lower levels of the tree have more preference).