Pinned Loading
-
asciiquake
asciiquake PublicForked from id-Software/Quake
Quake GPL Source Release - uses nothingburger replacements, cmake and runs on terminal
C 1
-
stupid esolang (if even considered a...
stupid esolang (if even considered atp) thing i made which i call it zxcv it works almost similarily to brainfuck but it uses a bit of characters from the QWERTY layout (zasqwcdfert (and space)) and numbers (as argument) (positive or negative) (usually its 1 if none was given) space is for printing the current "cell" that the pointer is selecting, t for input (similar to bf?), most of these commands change the value of the "code executor" (can jump?), the pointer or the "value" that the pointer is currently selecting (cell?) which can be multiplication, division, or addition (which can be subtraction if going in negative values) its hard to kinda explain it normally so uh, sorry it can run brainfuck if done through an interpretation 1#define t m[p]
2int p,o,k,g;char m[65536],*a,*s;main(int c,char**v){FILE*f=fopen(v[1],"r");if(f){for(s=malloc(2e6);(c=fgetc(f))+1;s[k++]=c);}else s=v[1];for(a=s;*a;a+=k){k=1;g=a[1]==45?k++,-1:1;for(o=0;a[k]>47&&a[k]<58;o=o*10+a[k++]-48);o=o?o*g:g;p=*a=='z'?p+o:p;if(*a=='q'&&!t){a+=o;continue;}if(*a=='w'&&t){a-=o;continue;}t=*a=='t'?getchar():*a=='c'?t+o:t;*a-32||putchar(t);}}
34//or this artistic piece?5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



