anoniscoding / yorlang

A programming language with yoruba language construct
https://anoniscoding.github.io/yorlang/
MIT License
449 stars 70 forks source link

Added support for strings enclosed with single quote #61

Open djunehor opened 5 years ago

djunehor commented 5 years ago

Currently, yorlang only recognises this string construct: sope "bawo ni aye"; But now, it can also recognise this construct: sope 'bawo ni aye';