Suloch / chirp

Interpreter in C for rockstar programing language
MIT License
22 stars 5 forks source link

Single quotes aren't recognized #9

Closed mimi89999 closed 4 years ago

mimi89999 commented 4 years ago

Rockstar language specification states that 's\W+ should be replaced with is, but chirp doesn't recognize them:

(chirp)>>Janie's got a gun
syntax error
invalid character
invalid character
(chirp)>>Union's been on strike
invalid character
Suloch commented 4 years ago

Sorry for the extra late reply. Thanks for letting me know. I fixed it, it is working now. image