Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 327 Bytes

File metadata and controls

29 lines (24 loc) · 327 Bytes

Un MICRO-Compilador

Basado en: “Crafting a Compiler with C" Fischer, LeBlanc

Contiene Constand Folding y Condicionales.

Proceso

Micro Lenguaje 
Lenguaje Intermedio Micro 
Ensamblador

Lenguaje

  • C
  • ASM

Requisitos

  • NASM
  • GCC

Compilar

  • Make
  • ./micro_compiler [ARCHIVO]