Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mittalgovind/compiler-construction
Another one of the numerous failed compiler project. Compiler Construction course - BITS F363
https://github.com/mittalgovind/compiler-construction
compiler
Last synced: 14 days ago
JSON representation
Another one of the numerous failed compiler project. Compiler Construction course - BITS F363
- Host: GitHub
- URL: https://github.com/mittalgovind/compiler-construction
- Owner: mittalgovind
- Created: 2018-06-02T05:33:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T05:45:24.000Z (over 6 years ago)
- Last Synced: 2024-11-13T07:40:32.419Z (2 months ago)
- Topics: compiler
- Language: C
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compiler-Construction
Another one of the myriad compiler projects. Compiler Construction course - CS F363 at BITS, Pilani - 2018.```
make
./stage1exe testcase.txt output.asm
```