https://github.com/maxme1/pascal-llvm
Compiling Pascal with LLVM
https://github.com/maxme1/pascal-llvm
Last synced: 3 months ago
JSON representation
Compiling Pascal with LLVM
- Host: GitHub
- URL: https://github.com/maxme1/pascal-llvm
- Owner: maxme1
- Created: 2023-09-18T15:38:14.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T00:29:33.000Z (9 months ago)
- Last Synced: 2025-03-27T14:52:36.549Z (4 months ago)
- Language: Python
- Size: 75.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compiling Pascal with LLVM
This is a fun toy project in which I am learning LLVM.
I also wrote [a series of posts](https://maxme1.github.io/blog/2023/09/29/pascal-llvm-1/) where I explain in detail
every concept used in this code. Check it out!# Usage
```shell
# install the dependencies
pip install -r requirements.txt
# run your source
python main.py source.pas
```