Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shashankshekhar007/Compilers
https://github.com/shashankshekhar007/Compilers
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shashankshekhar007/Compilers
- Owner: shashankshekhar007
- Archived: true
- Created: 2018-01-26T12:23:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T07:48:22.000Z (over 6 years ago)
- Last Synced: 2024-08-01T19:33:45.535Z (3 months ago)
- Language: C
- Size: 823 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compilers
This is the github repository for the CS335 aka COMPILER DESIGN course project. The name of the members contributing to this project are-
1. Shashank Shekhar
2. Meet Kumar Jigar Sanghvi
3. Piyush BansalThis project aims to implement a compiler for Golang for the MIPS architecture. The language that has been used to implement this is C.
C is a high level language(let us just assume that it's the truth) and provides very high performance.