anoniscoding / yorlang

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

Added carriage return support to the symbols #60

Open djunehor opened 4 years ago

djunehor commented 4 years ago

An error is thrown whenever you add new line using PHPStorm or Notepad++. Turns out those IDEs not only use \n, but also \r which the language doesn't recognise.

I've added \r to the list of recognised symbols which fixes the error.