https://github.com/andreasabel/plt-agda
A compiler for a fragment of C using well-typed syntax and well-typed JVM instructions
https://github.com/andreasabel/plt-agda
Last synced: 5 months ago
JSON representation
A compiler for a fragment of C using well-typed syntax and well-typed JVM instructions
- Host: GitHub
- URL: https://github.com/andreasabel/plt-agda
- Owner: andreasabel
- Created: 2023-03-14T13:21:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T11:33:54.000Z (about 1 year ago)
- Last Synced: 2025-05-05T20:05:49.182Z (about 1 year ago)
- Language: Agda
- Size: 225 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interpreter and compiler for a procedural language (fragment of C) in Agda
Requirements:
- Agda ≥ 2.6.2
- Agda standard-library ≥ 1.7.1
Building:
```
make -C src
```