This repository contains code and other material related to a course on formal languages and syntax analysis in Swedish.
Unless otherwise mentioned, code and other material is available under the Unlicense.
- Calculator: a recursive-descent parser and evaluator in Java for a small language of arithmetic expressions.
- BinTreeParser: a recursive-descent parser and syntax tree traversal in Java for a small language of binary trees.
- BinTreeWithJFlexAndCup: a generated parser (using JFlex and Cup) and syntax tree traversal in Java for a small language of binary trees.
- Per Austrin
- Karl Palmskog