Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnphil/llvm-codegen
[DEPRECATED] LLVM IR code generator for Small C written in Objective C
https://github.com/cnphil/llvm-codegen
Last synced: 3 days ago
JSON representation
[DEPRECATED] LLVM IR code generator for Small C written in Objective C
- Host: GitHub
- URL: https://github.com/cnphil/llvm-codegen
- Owner: cnphil
- Created: 2013-12-13T03:36:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-13T05:10:55.000Z (about 11 years ago)
- Last Synced: 2024-04-23T14:10:08.688Z (9 months ago)
- Language: C
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
llvm-codegen
============Compilers Course Project
* Code generator of llvm assembly code on a small language called 'Small C'
* Parser generated by lex & yacc
* IR translator to be written in Objective C