https://github.com/janinawibker/compilerbau
https://github.com/janinawibker/compilerbau
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/janinawibker/compilerbau
- Owner: JaninaWibker
- Created: 2023-04-23T11:39:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T13:59:52.000Z (about 2 years ago)
- Last Synced: 2025-01-25T20:43:35.396Z (4 months ago)
- Language: Nim
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```