Update README.md

This commit is contained in:
Lyon 2021-10-22 07:26:24 +08:00 committed by GitHub
parent 63d0ad5025
commit 9bfc52e012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ Support subaggregate of python 3 standard syntax.
Support class and method define, encapsulation-inheritance-polymorphism and moudles in compile time - Based on [Pika Pre-compiler](../../tree/master/tools/pikaCompiler).
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).
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).
### (4)Develop standard.