This is a compiler project combining features of Elixir and C++ with implementation in C.
- Lexer and Parser
- Abstract Syntax Tree (AST) generation
- Ensure you have
gcc
installed. - Run
make
to build the project. - Run
./clixir
to execute.
You can test the lexer and parser by modifying main.c
and running make run
.