Skip to content

WinXPDev/PythonScript-1

Repository files navigation

PythonScript 1.0

PythonScript is a programming language that written in Python


yes this is a joke but also it can't be


To do:

  • Variable
  • Import module (support python module)
  • if, elif and else
  • function
  • while and for loop
  • eval
  • Fix code for better performance

How it work?

  • It process every characters
  • It doesn't care about line and indent but care about semicolon
  • It convert the PythonScript code to Python and execute it

The difference

# You can't do
this

print("
also this
")

but

#{
    PythonScript was able to do this
}
printCon("
and also this!
");
printCon("Also semicolon is important");
printCon("While for the last line is optional")

About

PythonScript is a programming language based on Python and also written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published