README update
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# PCC Compiler (My C++ Compiler)
|
# PCC Compiler (My C++ Compiler)
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user