https://github.com/smarchone/sil-compiler
SIL-Compiler as a part of Academics at NITC
https://github.com/smarchone/sil-compiler
c compiler-design lex yacc
Last synced: over 1 year ago
JSON representation
SIL-Compiler as a part of Academics at NITC
- Host: GitHub
- URL: https://github.com/smarchone/sil-compiler
- Owner: smarchone
- Created: 2015-03-04T10:42:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T20:27:08.000Z (over 6 years ago)
- Last Synced: 2025-02-13T11:49:32.681Z (over 1 year ago)
- Topics: c, compiler-design, lex, yacc
- Language: C
- Size: 503 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIL-Compiler
SIL-Compiler as a part of Academics at NITC
+ Built a simple, strongly typed, static compiler in C
+ It supports integer data type, all operations corresponding to integers, pointers, functions, recursion, loops, conditionals, scopes.
+ Register based Three address code is generated for targeting simulated machine.