1
0
Fork 0
Simple compiler for the University of Helsinki Compilers course
This repository has been archived on 2025-03-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2025-02-21 17:05:08 +02:00
src Assembly generator, excluding instrinsics 2025-02-21 17:05:08 +02:00
.gitignore Minimal nix package definition for project 2025-01-15 15:35:14 +02:00
Cargo.lock Initial tokenizer implementation 2025-01-18 19:03:05 +02:00
Cargo.toml Initial tokenizer implementation 2025-01-18 19:03:05 +02:00
default.nix Change to raw fetchGit for dev purposes 2025-01-15 15:42:30 +02:00
docker.nix Add simple Docker build for project 2025-01-16 04:06:59 +02:00
README.md Initial commit 2025-01-15 02:30:35 +02:00
shell.nix Add python3 to shell.nix 2025-01-21 18:55:03 +02:00

compiler-course

Simple compiler for the University of Helsinki Compilers course