This project is being rewritten source code. Check the old version of the source code in the old
branch
It's not ready yet. translating and reading Korean documents is also a good option. 😉
graph LR
A[Source Code] --> C[Parse]
C --> D[AST]
D --> E[Type Check]
E --> F[LLVM Optimize]
F --> G[LLVM IR Generate]
G --> H[Clang Build]
G --> K[JIT execution]
I[Linking Standard Library] --> H
I --> K
H --> J[Object File]
J --> L[Executable File]