Skip to content

ultimateti/ce-kmitl58-compiller-elementary-compiler

Repository files navigation

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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published