/SIL-Compiler

SIL-Compiler as a part of Academics at NITC

Primary LanguageC

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.