seanlim / raw-sauce

You heard of Big Shaq?

Home Page:https://seanlim.github.io/raw-sauce/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raw Sauce

Raw Sauce is a programming language based upon the language used in the song "Man's not hot" by Big Shaq. Please do not use it in production.

Language

Comments start with SKYA.

SKYA creates a variable called 'lol'
TING lol = 2 BOOM

SKYA adds 5 to 'lol'
lol = lol + 5 BOOM

SKYA prints "Man's not hot"
TELLHER "Man's not hot!" BOOM

Installation

$ npm i -g raw-sauce

Usage

Filenames end with a .sauce extension.

$ raw-sauce [filename]
Man's not hot!

About

You heard of Big Shaq?

https://seanlim.github.io/raw-sauce/

License:MIT License


Languages

Language:JavaScript 100.0%