/ETCompilerGenerator

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

Primary LanguageCGNU General Public License v3.0GPL-3.0

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