corth-lang / Corth

A self-hosted stack based language like Forth
MIT License
7 stars 1 forks source link

Single quotes should allow more than one characters #10

Open HuseyinSimsek7904 opened 1 year ago

HuseyinSimsek7904 commented 1 year ago

Right now; single quotes can only contain one Unicode character, which adds the Unicode representation of the character to the stack. This should be changed to any number of characters except zero, where every character is added to the stack.