epidemian / ESMin

ES6 with awesome hax.

Home Page:http://molarmanful.github.io/ESMin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐”ผ๐•Š๐•„๐•š๐•Ÿ

๐”ผ๐•Š๐•„๐•š๐•Ÿ is a stack-based code-golfing language based on ES6. It aims to change the syntax so that most ES6 char combinations can be written with one char.

Included is a parser, written in ES6 for Firefox. Language documentation will be added to the wiki; you can also look at interpreter.js for an idea of the syntax.

Quick Examples

รด`Hello, world!โ€

Outputs Hello, world!.

โ„นโฌฎ

Outputs the source code. NOTE: This is not a true quine!

โ†บx=0;xโงบ<1โ„;)แต–x

Outputs all numbers 1-100.

รดโŸฆรฏ]ฤ‡โ‡a^1)รธโฌฏ)

Does binary negation.

รดแด™รฏ)

Outputs reverse of input.

About

ES6 with awesome hax.

http://molarmanful.github.io/ESMin

License:MIT License


Languages

Language:HTML 99.1%Language:JavaScript 0.9%