Skip to content

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)

License

Notifications You must be signed in to change notification settings

BaseMax/ETCompilerGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bfc01a2 Β· Jul 4, 2021

History

6 Commits
Jun 27, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021

Repository files navigation

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