minhntm / Compiler-Construction

Build Compiler for KPL (Kyoto Programming Language) by C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Build Compiler for KPL (Kyoto Programming Language) by C


Languages

Language:C 93.8%Language:C++ 4.8%Language:Makefile 1.2%Language:Shell 0.2%