Mini Java Compiler

2023-12-06

Jul-Nov 2022 | github

  • Built a fundamental compiler to parse, validate and generate IR for a miniature version of Java language.
  • Adapted a few compiler optimization techniques to improve the execution speed by 1%-2%.