GitXplorerGitXplorer
B

Forget

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
86e6ed118d357c1282d51eabdc1317732ae67e0d

Added --debug flag

BBenjaminUrquhart committed 5 years ago
Verified
900b943ef3f25d329ade8ea08a0646105f79f0b1

Added attribution

BBenjaminUrquhart committed 5 years ago
Verified
7cbaedbdf5e8c2b8c63dd2621804477cb5281696

Tweaked some stuff

BBenjaminUrquhart committed 5 years ago
Verified
d64e53dbd9cc6a36fe7099f6520c30216f79fba2

Added stdin instructions + fixed loops

BBenjaminUrquhart committed 5 years ago
Verified
dd3dd09f95647b18a26840ee5f07886b0aee4141

Added esolang wiki link

BBenjaminUrquhart committed 5 years ago
Verified
d768669616ca50a42c4c4c441792270fd9f377da

Update README.md

BBenjaminUrquhart committed 5 years ago

README

The README file for this repository.

Forget

A meme esolang. Inspired by Ghosty (TrenchFroast)

Esolang wiki page

TODO: actual docs

This is a generated "Hello, world" program in Forget.

// Remove these comments to run the program

// Pushes constants to the stack
const 0x0 10;
const 0x1 33;
const 0x2 100;
const 0x3 108;
const 0x4 114;
const 0x5 111;
const 0x6 87;
const 0x7 32;
const 0x8 44;
const 0x9 111;
const 0xa 108;
const 0xb 108;
const 0xc 101;
const 0xd 72;

// Cleanses the pointers, reads the values, and prints them
cleanse 0xd;pop;out;
cleanse 0xc;pop;out;
cleanse 0xb;pop;out;
cleanse 0xa;pop;out;
cleanse 0x9;pop;out;
cleanse 0x8;pop;out;
cleanse 0x7;pop;out;
cleanse 0x6;pop;out;
cleanse 0x5;pop;out;
cleanse 0x4;pop;out;
cleanse 0x3;pop;out;
cleanse 0x2;pop;out;
cleanse 0x1;pop;out;
cleanse 0x0;pop;out;