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

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

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.