Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 842 Bytes

File metadata and controls

27 lines (19 loc) · 842 Bytes

WATlang Compiler

An assignment which is a part of course 01076262 COMPILER CONSTRUCTION in semester 2, academic year 2017 under the Department of Computer Engineering, Faculty of Engineering at KMITL

Running

  1. Install dependencies

    • Ubuntu
    apt-get install build-essential flex bison
  2. Edit test program in test.in if you wish (document is WIP). There are some correct code example in PASS directory and incorrect code in ERROR directory

  3. Run command

    make
  4. To clean up file after run, do run command

    make clean

Known issue

There is a problem where linking error with ld version 2.30 [under investigating]