An open API service indexing awesome lists of open source software.

https://github.com/janinawibker/compilerbau


https://github.com/janinawibker/compilerbau

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Compilerbau

This repo contains solutions to the assignments of the "Sprachtechnologie and Compiler" ("Compilerbau" colloquially) lecture at KIT.

## Usage

Currently there is one folder per assignment and the functions provided by each assignment are used in a central `src/compilerbau.nim` file.
This setup is subject to change

```bash
nimble build # build the program
./compilerbau # run the binary
```