|
Hi there,
I have attached a beta version of the text parser that I am currently developing. To load it just type CHAIN "PARSER".
When the parser is run it will prompt you to enter a command. You can type something as simple as "GET COAT" or something more advanced such as "GO NORTH AND THEN GO WEST. PICK UP THE SWORD, GO NORTH AND THEN DROP THE TREASURE. USE THE KEY WITH THE DOOR.". In each case the parser should correctly tokenise any recognised verbs, list what the direct objects are and, if appropriate, the indirect objects. If the parser encounters a verb which it does not recognise then it will let you know and stop parsing.
What I want to know is if the parser is working as you would expect or if there is anything that it doesn't do that you think it should (or does which shouldn't).
For a list of the included verbs just list the program and look at lines 240 to 300.
The parser is perhaps more advanced than is necessary for The Search For The Lost Football, but it will be necessary for my next text adventure already on the drawing board.
Kind regards,
Francis.
|