No description
  • C++ 82.2%
  • KCL 13.3%
  • Makefile 2.7%
  • Meson 1%
  • Assembly 0.5%
  • Other 0.3%
Find a file
Kaisan Tsabit 1c6435e12f refactor(compiler): Refactor error handling in Parser.h and clean up includes in Symbol.h
- Changed LogError function signature in Parser.h from returning std::unique_ptr<ExprAST> to void for improved error handling.
- Removed unnecessary #include <iostream> from Symbol.h to reduce dependencies and improve compilation time.
2026-01-12 08:42:57 +07:00
src refactor(compiler): Refactor error handling in Parser.h and clean up includes in Symbol.h 2026-01-12 08:42:57 +07:00
Makefile feat(kernel): implement build system with Makefile and update K-Lang imports 2026-01-10 06:01:56 +07:00
meson.build feat(kernel): implement build system with Makefile and update K-Lang imports 2026-01-10 06:01:56 +07:00