[Encore] moo code parser

Daniel Jung jung at uib.no
Wed Jul 29 19:05:07 MDT 2009


Darius Jack wrote:
> If you know any debugger, syntax parser for MOO scripting, please let 
> me know,
> to let me start writing @URL script on my own.
>
> MOO script a alike Java code, Javascript, VB , but is not coming with 
> standard debugger,
> syntax parser, on-line help, so I really need your help.

lambdamoo has a builtin parser and debugger. This is accessible with 
telnet (@edit, tedious) or with the Program Editor in Xpress. It tells 
you the line number of any error if the verb body is syntactically 
wrong, and even a suggestion what might be the reason. There is no 
semantical preview check, however, like some Java or ECMAscript 
debuggers have - but semantic errors will be displayed to you at 
runtime, with error type, line number, verb stack.

What else do you want? Online help is available from within enCore 
Xpress, which points to Pavel's Manual. Admittedly not the most 
versatile help, but most (db-programming) basic issues are covered.

- Daniel




More information about the Encore mailing list