This repository contains three projects developed as part of the Programming Methods course at the University of Wrocław. All code is written in Racket/Plait
| Project | Description |
|---|---|
| Relational Database | A project focused on relational database implementation, featuring data modeling, query execution, and database manipulation. |
| Logic Gate Simulator | A tool for simulating digital circuits with logic gates, enabling users to design and test circuits using logical components. |
| Parser & Evaluator | A parser and evaluator for custom programming language. |