项目作者: sython-lang
项目描述 :
V3 of Sython
高级语言: Python
项目地址: git://github.com/sython-lang/Sython3.git
Sython3
Description
A language which is simple as python and with a syntax as C++
Dependencies
Installation
- Install Sython3 with
pip install sython3
- Launch any sython3 file with
sython3 <file>.sy
or launch interpreter with sython3
- Enjoy
Features
- Basic mathematic operators : +, -, , /, //, %, * (Same as Python)
- Basic logic operators : ==, !=, <=, >=, <, > (Same as Python)
- Basic functions :
- print to show something in console
- int to convert to integer
- float to convert to floating number
- str to convert to string
Uncoming Features
- Conditions (if, elif, else)
- Loops (for, while)
- Enums
- Lists
- Class
- …
Changelog
V 1.0.0 : XXX Update - XX/XX/XX (INDEV)