Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 530 Bytes

File metadata and controls

32 lines (23 loc) · 530 Bytes

Oath Compiler

License: MIT


Features

  • Lexical analysis using Flex
  • Syntax parsing using Bison

Requirements

  • GCC / Clang
  • Make
  • Flex
  • Bison

Building the Compiler

Clone and the repository and build the project:

git clone git@github.com:alexcrossdev/oath.git
cd oath
./build.sh

Documentation