Thursday, January 6, 2011

Dynamic Parser - Educational Project




This is my 1st educational project , it aim to learn student the concept of parsing according to direction and precedence (priortiy)

* Project URL:

http://sourceforge.net/projects/dynamic-parser/

* Features:

- Dynamic parsing defined variables.
- Support left to right and right to left parsing.
- Support arithmetic and logical operations.
- Support nested brackets.
- Show parsing logging sequence.

No comments:

Post a Comment