Want to customise Ruby syntax for another program
-
Hi.
I’m using a program written by university. The program script is almost similar to Ruby but has some major differences. For example a while loop in Ruby will use ‘while’ and ‘end’. The program while loop will use ‘while’ and ‘endwhile’. Comment in Ruby will use ‘#’, but the program will use ‘*’ instead. I would like to enquire where can I download a UDL based on Ruby so that I can modify it to fit the program language.
-
Edit 1.
A much Simpler solution would be that I can view the Ruby language itself in the ‘Used Defined Language’ tool.