From: Kevin Howe Date: 2005-02-07T07:10:10+09:00 Subject: [ANN] LXL (Like Excel) 0.2.0 - A mini-language that mimics Microsoft Excel formulas. Version 0.2.0 has been released http://rubyforge.org/projects/lxl/ CHANGES: - Double quotes only used to define strings. - Embedded quote escaping by doubling them up: ="This is a ""quoted"" string." - Text/Formula split. Formulas start with =, anything else is seen as a string - :SYMBOL parsing removed. register_symbols added to enable symbols as constants - Case insensitive function and constant names - Semi-Colons no longer parsed as a token (still used as statement separator) - General refactoring (code/doc cleanup) Regards, Kevin