mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
Update README.md
This commit is contained in:
parent
4e4b16be2d
commit
f4ec40db1f
@ -84,6 +84,10 @@ Support class and method define, encapsulation-inheritance-polymorphism and moud
|
||||
|
||||
Support method invoke, argument define, new object, free object, control flow(if\while) and operator ( + - * / < == > ). - Based on [Pika Runtime Core](../../tree/master/src/package/pikascript/pikascript-core).
|
||||
|
||||
| Operator | + | - | * | / | == | >= | <= | and | or | not |
|
||||
| --- | --- | --- | --- | --- | --- | --- | ---| ---| ---| ---|
|
||||
| |√|√|√|√|√| | | | |
|
||||
|
||||
### (4)Develop standard.
|
||||
|
||||
Readability first, nearly never use macro function and global argument.
|
||||
|
Loading…
x
Reference in New Issue
Block a user