Spu7Nix / SPWN-language

A language for Geometry Dash triggers
MIT License
1.06k stars 61 forks source link

Create ASCII.spwn #248

Closed psbpsbp closed 2 years ago

psbpsbp commented 2 years ago

ASCII values to do @string to @number and @number to @string

SpeckyYT commented 2 years ago

why aren't there the null tab and the other special characters? it's kinda useless to offset the entire official ascii table and therefore making it unofficial.

psbpsbp commented 2 years ago

why aren't there the null tab and the other special characters? it's kinda useless to offset the entire official ascii table and therefore making it unofficial.

i'm fixing it i just realized

psbpsbp commented 2 years ago

@SpeckyYT Fixed

SpeckyYT commented 2 years ago

uhh, special characters aren't strings, but characters

psbpsbp commented 2 years ago

okay i didn't find them as characters, i found them now

psbpsbp commented 2 years ago

@SpeckyYT Again...

psbpsbp commented 2 years ago

@krista-chan Why did you close it?

SpeckyYT commented 2 years ago

tbh, this will never get pulled, but maybe, if you implement it in the standard types @string and @number it might get accepted

@string::to_ascii_codes = (self) -> [@number] {}
@number::to_ascii = (self) -> @string {}
// something like this, but for the actual impl blocks
krista-chan commented 2 years ago

@krista-chan Why did you close it?

No changes, since you deleted your file: 0c3d56e

SpeckyYT commented 2 years ago

Why was this reopened?

krista-chan commented 2 years ago

Why was this reopened?

i am spuid

SpeckyYT commented 2 years ago

Why was this reopened?

i am spuid

Happens to the best of us

zTags commented 2 years ago

i am spuid

hi spuid im tags

itsmebombie commented 1 year ago

247