Skip to content

melihxz/clixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clixir

This is a compiler project combining features of Elixir and C++ with implementation in C.

Features

  • Lexer and Parser
  • Abstract Syntax Tree (AST) generation

Build Instructions

  1. Ensure you have gcc installed.
  2. Run make to build the project.
  3. Run ./clixir to execute.

Usage

You can test the lexer and parser by modifying main.c and running make run.

About

Elixir + CPP in C, Back-end EBNF Notation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published