Skip to content

Snowflakieeeee/nubscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noob-Script

A simple programing language written in python

It is still in development

Examples:

Loading value to stack

Load |value|, |stack + stack number|

stack numbers: 1 2 3 4 5


Storing data in var

Store |value|, |var name|


Print

Print |data type|, |place|

data types: stack var

place refers to the var name or stack


From

From |start num| To |end num| Do |Code| EndFor


If

If |data type| |place| |op| |data type| |place| Then |Code| EndIf

the only operator ( op ) currently available is "=" This place will be updated automatically when we introduce more operators


Bye!

About

A simple programing language written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages