Skip to content

Merkompiler with Syntax and Semantics Analysis

Pre-release
Pre-release
Compare
Choose a tag to compare
@merkrafter merkrafter released this 22 Mar 01:24
829279b

Features

General

  • internal improvements
  • added --graphical CLI argument to output a .dot description of a program's abstract syntax tree
    grafik

Parser

  • improve the error messages' helpfulness
  • add error messages for semantics errors:
    • type errors
    • return checking
    • check for multiple declarations of variables and procedures
    • forbid assignments to constant fields