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

https://github.com/andreasabel/objtt


https://github.com/andreasabel/objtt

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Type checker prototype for objective type theory (ObjTT)

Build requirements:
- BNFC
- Stack

Build instruction:
```
bnfc -d -m --text-token ObjTT.cf
stack build
```

Test:
```
stack run -- test/ex1.ott
```