From 77b032654ce2c4f8a1ba1ad7e1655f632f13b82b Mon Sep 17 00:00:00 2001 From: pikastech Date: Thu, 8 Sep 2022 19:30:46 +0800 Subject: [PATCH] update readme.syntex --- README.md | 12 ++++++------ README_zh.md | 12 ++++++------ assets/syntax.mdpp | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f327dc171..51af105ef 100644 --- a/README.md +++ b/README.md @@ -210,9 +210,9 @@ Support class and method define, encapsulation-inheritance-polymorphism and moud #### Operator -| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | += | -= | *= | /= | -|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| -|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√| +| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | in | += | -= | *= | /= | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√| #### Control flow @@ -263,14 +263,14 @@ Support class and method define, encapsulation-inheritance-polymorphism and moud | Syntax | str | bytes | list | | --- | --- | --- | --- | | test[i] | √ | √ | √ | -| test[a : b] | √ | √ | - | -| test[a :] | √ | √ | - | +| test[a : b] | √ | √ | √ | +| test[a :] | √ | √ | √ | #### Other keywords/Syntax | yield | is | comprehensions | | --- | --- | --- | -| - | - | - | +| - | √ | - | ### (4)Develop standard. diff --git a/README_zh.md b/README_zh.md index 2ab9696d4..cda7df4c4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -217,9 +217,9 @@ https://github.com/maxgerhardt/pikascript-pio-bluepill #### Operator -| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | += | -= | *= | /= | -|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| -|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√| +| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | in | += | -= | *= | /= | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√| #### Control flow @@ -270,14 +270,14 @@ https://github.com/maxgerhardt/pikascript-pio-bluepill | Syntax | str | bytes | list | | --- | --- | --- | --- | | test[i] | √ | √ | √ | -| test[a : b] | √ | √ | - | -| test[a :] | √ | √ | - | +| test[a : b] | √ | √ | √ | +| test[a :] | √ | √ | √ | #### Other keywords/Syntax | yield | is | comprehensions | | --- | --- | --- | -| - | - | - | +| - | √ | - | ### (4)源码规范 diff --git a/assets/syntax.mdpp b/assets/syntax.mdpp index e7d80cce0..38f96ded0 100644 --- a/assets/syntax.mdpp +++ b/assets/syntax.mdpp @@ -1,8 +1,8 @@ #### Operator -| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | += | -= | *= | /= | -|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| -|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√| +| + | - | * | / | == | > | < | >= | <= | % | ** | // | != | & | >> | << | and | or | not | in | += | -= | *= | /= | +|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---| +|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√|√| #### Control flow @@ -53,11 +53,11 @@ | Syntax | str | bytes | list | | --- | --- | --- | --- | | test[i] | √ | √ | √ | -| test[a : b] | √ | √ | - | -| test[a :] | √ | √ | - | +| test[a : b] | √ | √ | √ | +| test[a :] | √ | √ | √ | #### Other keywords/Syntax | yield | is | comprehensions | | --- | --- | --- | -| - | - | - | \ No newline at end of file +| - | √ | - | \ No newline at end of file