Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 385 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 385 Bytes

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