https://github.com/jakubschwenkbeck/compiler
Code for the "Building a compiler" Lecture, using Haskell for a JavaCompiler
https://github.com/jakubschwenkbeck/compiler
Last synced: 3 months ago
JSON representation
Code for the "Building a compiler" Lecture, using Haskell for a JavaCompiler
- Host: GitHub
- URL: https://github.com/jakubschwenkbeck/compiler
- Owner: JakubSchwenkbeck
- Created: 2024-10-20T22:09:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T11:23:17.000Z (7 months ago)
- Last Synced: 2024-11-13T07:34:56.688Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compiler
This Repo holds my code for the lecture "Building a compiler", using Haskell and implementing the Java Compiler