From: Bob D. <bd...@si...> - 2005-08-09 19:12:00
|
Everyone, I have a new RLIB 1.3.5 for testing. Major Changes include: 1) Compiler bug fixes / regressing testing. In RLIB 1.3.4 some expressions were not compiling correctly. RLIB was not always respecting LEFT and RIGHT braces. 2) Full Python Bindings (Thanks William!) 3) Friendlier Compiler. RLIB will now report Line # and Expressions which caused Compiler Problems> ex: RLIB EXPERIENCED A FATAL MATH ERROR WHILE TRYING TO PREFORM THE FOLLOWING OPERATION: ADD * Error on Line 17: The Expression Was [2+'hi'] * DATA TYPES ARE [string] [number] 4) Errors reported by Environment (Php, Python, ect) instead of just out stderr (making you look in the Apache error log) Call: rlib_set_output_parameter($rlib, "debugging", "yes"); And with HTML Output RLIB will output errors in HTML at the beginning of the report. It makes debugging easy Let me know if I broke anything Enjoy - Bob |