Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hpprc/cse3
Compiler of Pascal's subset language written in C
https://github.com/hpprc/cse3
c llvm llvm-ir pascal yacc
Last synced: 13 days ago
JSON representation
Compiler of Pascal's subset language written in C
- Host: GitHub
- URL: https://github.com/hpprc/cse3
- Owner: hppRC
- Created: 2019-12-05T04:50:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T14:59:42.000Z (about 4 years ago)
- Last Synced: 2024-10-09T23:07:48.912Z (about 1 month ago)
- Topics: c, llvm, llvm-ir, pascal, yacc
- Language: C
- Homepage:
- Size: 925 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE3
## how to build llvm code
please configure the variable named `target` in Makefile.
```
make
```## how to generate and run llvm code
please check `target` in the Makefile is correct
```
make llvm
```## how to test compiler (result.ll)
```
make test
```