Update README.md

This commit is contained in:
2026-02-07 10:39:00 +00:00
parent e250b2f5fb
commit e657c7cfa6

View File

@@ -9,7 +9,7 @@
## 🚀 Features ## 🚀 Features
- **Custom Syntax**: C-like syntax easy for beginners. - **Custom Syntax**: C-like syntax easy for beginners.
- **Variables**: Support for `int`, `bool` and `string`. - **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`. - **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.