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

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

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
```