Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxme1/pascal-llvm
Compiling Pascal with LLVM
https://github.com/maxme1/pascal-llvm
Last synced: about 2 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-15T20:39:02.000Z (over 1 year ago)
- Last Synced: 2024-10-29T23:16:12.656Z (3 months ago)
- Language: Python
- Size: 67.4 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
```