An open API service indexing awesome lists of open source software.

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

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.