Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 770 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 770 Bytes

Syntax course material

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.

Contents

  • 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.

Authors

  • Per Austrin
  • Karl Palmskog