Update README.md
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user