-
PCC Compiler v0.0.2-beta - Modular Update Pre-Release
released this
2026-02-06 15:26:07 +00:00 | 18 commits to main since this release⚠️ IMPORTANT
To make it work, you MUST run
setup.batas Administrator!🚀 What's New in v0.0.2-beta
This is a major release introducing a modular architecture for the compiler!
✨ Changelog:
- Code Refactoring: Split source code into
parser,codegen, andutilsfor better readability and maintainability. - Bug Fixes: Resolved issues with struct redefinitions (
IfBlock,Expression). - Optimization: Improved memory management during function parsing.
📦 How to use:
- Download the latest release from the Realeases page.
- Unzip the archive to C:/PCC/
- Run
setup.batas Administrator. - Compile your code:
PCC.exe code.pcc.
Downloads
- Code Refactoring: Split source code into