EazySpread v 1.0

The purpose of these source program files is to demonstrate
how a spreadsheet expression parsing algorithm works. Rather
than using BNF and stack manipulation it solves the problem
simply by using a 'dynamic' string evaluation process.

More complex systems use BNF and the stack. I demonstrate
a simpler approach which is more understandable for the
beginner because it carries out expression parsing 'as you
would mathematically.'

You require MS Visual C++ 6.0 to use this application.
Install the files in a suitable directory and open the project
workspace (.DSW) file. You shall be able to view the C code and
edit, modify or rebuild the application.

This application is freeware and can be distributed freely and modified
at will. However I accept no responsibility for any adverse affects
on your system or the inability to use this application.

You can contact me at rhodium.metal@ic24.net

Enjoy!

Regards

Salim Meghani

