https://github.com/r8vnhill/s-comp
Simple compiler made in Scala
https://github.com/r8vnhill/s-comp
Last synced: 6 months ago
JSON representation
Simple compiler made in Scala
- Host: GitHub
- URL: https://github.com/r8vnhill/s-comp
- Owner: r8vnhill
- Created: 2023-12-23T15:54:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T17:34:24.000Z (over 1 year ago)
- Last Synced: 2024-01-16T03:12:09.574Z (over 1 year ago)
- Language: Scala
- Size: 264 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scum: A Simple Compiler in Scala
## Overview
Scum is a minimalistic compiler designed to demonstrate the fundamentals of compiler construction. It is implemented
in Scala, leveraging its functional programming capabilities and strong static type system. This project aims to
provide an educational tool for understanding how compilers work.## Features
Coming soon... (I hope)
## Acknowledgments
- Inspired by the lectures and assignments of [CC5116](https://users.dcc.uchile.cl/~etanter/CC5116/) at Universidad de Chile.