Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

An opinionated, embeddable, high-level programming language & data representation

License

Notifications You must be signed in to change notification settings

meng-jack/stoat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

10 Commits

Repository files navigation

Stoat

An opinionated programming language focused on dynamic, redundancy-free evaluation primarily designed to act as a versatile, easy-to-use configuration language.

"Hello World!" demo

Here is a simple "Hello World!" demo in Stoat.

Main.sto

{
 _main
 #__MAIN__():
 v::str hello world;
 PRINTLN(v); 
}

As a configuration Language

Textures.sto

{
 assets/textures/Player.png
 Dim::rect_sz 32,32;
 CacheDim::rect_sz 32,32;
 assets/textures/Flower_Pot[__INDEX__].png
 Dim::rect_sz 16,16;
 CacheDim::rect_sz 16,16;
}

Legals

The specification is licensed under The Unlicense.

All implementations are licensed, respectively, and their licenses can be found in their respective folders.

About

An opinionated, embeddable, high-level programming language & data representation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /