Skip to content

A 👏 coding 🔟 language 💯 powered 💪 🅱️️y 👏 Emojis 😂 👌 😂

Notifications You must be signed in to change notification settings

rhstephens/Cmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cmoji

A 👏 coding 🔟 language 💯 powered 💪 🅱️️y 👏 Emojis 😂 👌 😂

Example

💯 blazeIt👏👏{
    🔚 1👌
}

💯 🏠 👏 💯 test 👏 🅰 👉 👉 abc 👏 {
    👶 💯 a = 1 👌
    👶 💯 👉b = NULL 👌
    👶 🅰 c = 'a'👌

    (a < 5) 🤔 ⏱ {
        (a == 2) 🤔 {
            a = (3 ✖ 2) ➕ 420👌
        } 🤷 {

        }
        a = a ➕ 📲blazeIt👏👏👌
    }
    a = a - 1👌

    🖨 👏a👏 👌
    🔚 0 👌
}

The above .cmoji program translates to the following c++ code:

int blazeIt() {
	return 420;
}

int main(int test, char** abc) {
	int a = 1;
	int* b = NULL;
	char c = 'a';
	while (a < 5) {
		if (a == 2) {
			a = (3 * 2) + 420;
		}
		else {
		}
		a = a + blazeIt();
	}
	a = a - 1;
	cout << a << endl;
	return 0;
}

About

A 👏 coding 🔟 language 💯 powered 💪 🅱️️y 👏 Emojis 😂 👌 😂

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages