Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 330 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 330 Bytes

ET Compiler Generator

A tiny and old version of ONE(old name: ET) compiler written in C that generates C code as bytecode to build executable output.

Stages

  • Lexer (Thanks to Flex)
  • Parser (Thanks to Bison)
  • Ast-Like
  • Generator (C code)
  • Link and generate temp executable output

© Copyright 2017 2018, Max Base