From 9bbe3b5513bd2e7089cab0672550c758f8dd4317 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 17 Jun 2021 15:31:16 +1000 Subject: [PATCH] Fix Farsi README --- README_FA.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/README_FA.md b/README_FA.md index 80d44bc7..4b494766 100644 --- a/README_FA.md +++ b/README_FA.md @@ -1,3 +1,4 @@ +

@@ -85,6 +86,8 @@ نحو و گرامر زبان `وان` نیز در [اینجا](grammar.BNF) در دسترس است. +

+ - [x] Lexer/Parser (Mostly) - [x] AST Tree - [x] VM @@ -93,6 +96,8 @@ - [ ] Design web framework for the language - [ ] Rewrite compiler in the `One` language +
+ ![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png) @@ -100,14 +105,20 @@

➤ نمونه کد ها

+
+ ```c main { ret 0 } ``` +
+ **تبدیل به زبان سی C:** +
+ ```c #include #include @@ -126,8 +137,12 @@ i32 main { } ``` +
+ **تبدیل به زبان سی C:** +
+ ```c #include #include @@ -148,8 +163,12 @@ main { } ``` +
+ **تبدیل به زبان سی C:** +
+ ```c #include #include @@ -165,8 +184,12 @@ int main(int argc, char *argv[]) {
+
+ **چک نویس دیگر:** +
+ ```c import web home { @@ -192,8 +215,12 @@ main { --- +
+ **نمونه دیگر:** +
+ ```c error { headers.add('HTTP-Type: 404') @@ -218,8 +245,12 @@ error { --- +
+ ### رابط طراحی کنسولی قبلی +
+ ``` main: // __ "Hello, World!" @@ -254,8 +285,12 @@ end
+
+ ### توسعه نرم افزار گرافیکی و سایت +
+ This architecture is being designed only for websites and native software. In the future, it will also be available for mobile apps (native).
Mobile structures are not yet complete and require more thought and attention.

Example to demonstrate working of the language: @@ -299,8 +334,12 @@ header { } ``` +
+ **تبدیل خودکار به CSS/HTML/JS:** +
+ ```html @@ -342,6 +381,8 @@ header {

➤ Getting Started

+
+ می توانید برای یادگیری بیشتر نحو این زبان به [این صفحه](https://github.com/ET-Lang/ET/wiki) راهنما مراجعه کنید. @@ -350,6 +391,8 @@ header { #### پلتفرم و محیط های پشتیبانی شده +
+ - [x] GNU / Linux - [x] Windows - [ ] macOS (Not complete) @@ -364,9 +407,13 @@ header { ![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png) +
+

➤ مشارکت کردن

+
+ We welcome all kinds of contributions, including bug reports, feature requests, documentation improvements etc. To ask a question or open a discussion, create an issue or join the One Discord Server. @@ -382,8 +429,12 @@ If you would like to contribute in the development of this project, you can mail
Created By Max Base @ 2019 ![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png) +
+

➤ مجوز و لایسنس

+
+ `One` is released under the GNU General Public License v3.0. Please refer to the terms in the LICENSE file included in the repository.