This project is a rewrite and optimization of Epiclang, allowing programs to run approximately 57% faster than the previous version (execution time reduced from 5.17 to 3.3 seconds in benchmarks).
- Improve execution speed
- High-performance interpreter
./setup.shepiclang <file.c>main.c: entry pointinclude/: headersplugins/: extensionsMakefile: build system
@Lukas-sgx