From e250b2f5fb82ae8867f2d390347b9cd29d77b6b5 Mon Sep 17 00:00:00 2001 From: mmichlol Date: Sat, 7 Feb 2026 11:37:46 +0100 Subject: [PATCH] README update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baf86b1..91b053d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PCC Compiler (My C++ Compiler) -![Version](https://img.shields.io/badge/version-1.5.0-blue.svg) +![Version](https://img.shields.io/badge/version-0.0.3-blue.svg) ![Status](https://img.shields.io/badge/status-BETA-orange.svg) ![Platform](https://img.shields.io/badge/platform-Windows%20x64-lightgrey.svg) @@ -8,7 +8,8 @@ ## 🚀 Features - **Custom Syntax**: C-like syntax easy for beginners. -- **Variables**: Support for `int` and `bool`. +- **Variables**: Support for `int`, `bool` and `string`. +- **include files**: you can include base files from compiler `#include ` or your own files `#include "myfile.pcc`. - **Control Flow**: `if` statements support. - **Functions**: Define and call `void` functions. - **Native Compilation**: Compiles directly to x64 machine code.