Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 266 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 266 Bytes

Compiler Construction

Build Compiler for KPL (Kyoto Programming Language) by C

Steps to build a compiler by yourself:

  • Lexical Analysis
  • Syntax Analysis
  • Semantic Analysis
  • Intermediate code generation (optional)
  • Code optimiser (optional)
  • Code generation