Hi
I recently came across SciTE which seems to be any easy editor to configure.
I would like to try to create the necessary properties and api files for the loop language.
I would need a list of keywords, built-in functions etc and something equivalent of a java-doc specifying functions and their parameters, or a language specification.
Is there any such documentation available, or would I have to extract that knowledge from the source files?
Maybe you could point me in the right direction?
Thanks.
Steve.
P.S. Loop seems a great language to teach programming. I have hardly seen a language less cluttered, yet with a logical, consistan,t well readable syntax.
One thing I stumbled across: I can print to the console with print - can I also input from the console?