in reply to Parsing and executing a psuedo-language
I've written a relatively light-weight user-extensible token parser based on Polish notation (complete with if/elsif/else, switch/case, try/catch, etc...) which, if nothing else, demonstrates its potential as the basis for a scripting language.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parsing and executing a psuedo-language
by BUU (Prior) on May 25, 2005 at 22:52 UTC |