Skip to content

dab0bby/hska-compiler

Repository files navigation

HsKA-Compiler

Assignment in Operating Systems at University of Applied Sciences Karlsuhe

Build

$ mkdir build && cd build
$ cmake .. && make

Usage

$ cd bin
$ ./HsKA-Compiler ../test-files/scanner00.txt out.code

Tasks for Visual Studio Code

  • Generate CMake Debug
  • Generate CMake Release
  • Build
  • Clear