README update

This commit is contained in:
mmichlol
2026-02-07 11:37:46 +01:00
parent aa6d16bc52
commit e250b2f5fb

View File

@@ -1,6 +1,6 @@
# PCC Compiler (My C++ Compiler) # 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) ![Status](https://img.shields.io/badge/status-BETA-orange.svg)
![Platform](https://img.shields.io/badge/platform-Windows%20x64-lightgrey.svg) ![Platform](https://img.shields.io/badge/platform-Windows%20x64-lightgrey.svg)
@@ -8,7 +8,8 @@
## 🚀 Features ## 🚀 Features
- **Custom Syntax**: C-like syntax easy for beginners. - **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 <main.pcc>` or your own files `#include "myfile.pcc`.
- **Control Flow**: `if` statements support. - **Control Flow**: `if` statements support.
- **Functions**: Define and call `void` functions. - **Functions**: Define and call `void` functions.
- **Native Compilation**: Compiles directly to x64 machine code. - **Native Compilation**: Compiles directly to x64 machine code.