VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Advanced Command Processor/Parser basis for a compiler

Jameson Schriber  (2 Submissions)   Complete Applications   Visual Basic 3.0   Advanced   Wed 3rd February 2021

* Perl style whitespace
support (whitespace
simply doesn't matter!)
* Unlimited number of
commands per line,
unlimited number of
arguments per command
* Commands are easy to
define using simple,
pre-designed select case
statements
* Great for anything that
needs to accept
structured input!
General syntax: Command(Argu,ment,s); Arguments can include backslash escape characters. All whitespace is stripped unless arguments are enclosed in quotes. The engine processed over 300 commands in 6 seconds on my 200Mhz machine. This would work wonders for a multi-player game,
AOL/AIM "proggie", or even as a data format. Enjoy! Please vote if you think it deserves it. Happy Holidays and support VBC!

Inputs
see code

Returns
see code

Rate Advanced Command Processor/Parser basis for a compiler (35(35 Vote))

Download Advanced Command Processor/Parser basis for a compiler

Advanced Command Processor/Parser basis for a compiler Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters