Skip to content

KenKenhehe/Wheel-ShinToyScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShinToyScript

A programming language made from scratch in C++ that has a similar syntax to the BASIC programming language, code is extended from: https://github.com/KenKenhehe/ToyScript

Getting started


Installing

Simply extract the file in release and add it in environment variable!

Running the program

After adding the executable into the environment variable, simply go

ShinToyScript <file_name>

Example:

ShinToyScript D:/myScript.sts

Sample hello world program

Create a file named "helloWorld.sts", please save file with the extension ".sts".

In helloWorld.sts type:

print("hello world")

Then run

ShinToyScript helloWorld.sts

Should output:

>>>hello world


About

A programming language built from scratch with C++ that resembles BASIC-like syntax

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors