Skip to content

stoopidOrganization/stoopidScript

Repository files navigation

StoopidScript

Its like my stoopid language, except its nothing like it.

Installation

you need to have python >= 3.10 installed, then you can just run it with python stoopidScript.py <path to file>

The available commands are

  • var =
  • out
  • outln
    • out and outln can use * to print all variables for debugging purposes
  • if {
    <code>
    }
  • goto
  • end

the variable types are:

  • int
  • float
  • str
  • bool
  • dynamic
    • type can change on the fly
  • auto
    • sets the type according to the initial declaration
  • label
    • if no value is set, it is set to the current line
    • used for goto

About

ITS NOT STOOPID ITS NOT THE SAME

Resources

License

Stars

Watchers

Forks

Releases

No releases published