You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think your best bet is to have a look at the example .rb file that is linked on the wiki - this may be the best way to fiddle around with things. If you have some working basics and have questions, I guess you may perhaps ask korny at that point; then the wiki may also be improved.
I personally think that this is actually quite advanced - although I am not a newbie in regards to ruby, writing a scanner for a language would probably take me some days simply because I have not fully understood the process either - only the bare skeleton such as lexing and scanning ... and I mix these up all the time anyway. :)
Activity
ghost commentedon Aug 16, 2016
I think the problem is that writing support for any language xyz is not trivial. korny explained in some document how this is and should be done:
You can even find stackoverflow questions :D
I think your best bet is to have a look at the example .rb file that is linked on the wiki - this may be the best way to fiddle around with things. If you have some working basics and have questions, I guess you may perhaps ask korny at that point; then the wiki may also be improved.
I personally think that this is actually quite advanced - although I am not a newbie in regards to ruby, writing a scanner for a language would probably take me some days simply because I have not fully understood the process either - only the bare skeleton such as lexing and scanning ... and I mix these up all the time anyway. :)