1 Open Issue Need Help Last updated: Jun 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This task requires building a compiler for the Wreck1 language, a simple language with features like functions, variables, and basic data types. The compiler uses Kuin as a frontend and outputs LLVM IR. The task involves compiling the Kuin compiler, using it to compile Wreck1 code into LLVM IR, and then using LLVM tools (llc and gcc) to assemble and link the code into an executable. Testing involves running the executable and checking the exit code.

Complexity: 4/5
good first issue ドキュメント

Wreck1です

Makefile