Skip to content

A programming language that has been heavily inspired by my name

Notifications You must be signed in to change notification settings

MakingStan/StanLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StanLang

A language heavily inspired by my name.

StanLang is an Esoteric programming language

How it works

An example of printing Stan in the Stan programming language

sTaN stAN sTAN sTan sTAn staN sTAn STAn

Every capital letter is a bit and characters are represented by 2 stans or 2*4 bits which is 1 byte.
One byte is than transformed to a character using the ascii characterset

The above example in binary would look something like this:

sTaN stAN sTAN sTan sTAn staN sTAn STAn
0101 0011 0111 0100 0110 0001 0110 1110
---- ----
 |     |
 -------
   |
   > becomes the number 83 if converted with ascii it becomes a capital S

Usage

$ ./StanLang filename

Thank you for taking a look at another one of my very useless projects!

Also the compiler is probably written really bad for todays standards. :D

About

A programming language that has been heavily inspired by my name

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages