You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple interpreter for the boolean algebra language.
It uses an LL(1) parser, an Abstract Syntax Tree (AST) as an Intermediate Representation (IR).
Usage:
bin/bael <source-file-path>
NOTE:
This project is intended for educational purposes only.
About
A simple compiler and interpreter for an evaluation boolean algebra language