Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riaqn/estlc
a compiler from Extended Simply Typed Lambda Calculus to LLVM
https://github.com/riaqn/estlc
Last synced: about 2 months ago
JSON representation
a compiler from Extended Simply Typed Lambda Calculus to LLVM
- Host: GitHub
- URL: https://github.com/riaqn/estlc
- Owner: riaqn
- Archived: true
- Created: 2015-11-17T14:35:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T01:35:04.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T21:45:17.262Z (5 months ago)
- Language: C++
- Size: 308 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
- awesome-se - riaqn,silencious,yhzhang-2013
README
/Warning: This project is obsoleted and is full of bugs. It 's not
deleted for only archive use. You 're at your own risk while reading
or using the code./* Branches
- common :: This is the branch for common files. i.e., this is
the branch for developing interfaces between components. Other
branches should merge from this branch occasionally(to
ensure compatibility)
- front :: the branch for front-end development.
- back :: the branch for back-end development.
- driver :: the branch for driver development.
- master :: the branch for merging ALL other branches and resolve
conflicts.