[Package Index | Mudlib Index | Effect Index]
File /obj/handlers/tokeniser.c
Does tokenising the the parser used by the mudlib when someone uses
the ';' command.Written by Pinkfish
Includes
This class includes the following files /include/tokenise.hMethod index
- tokenise(string)
Tokenise, we rip out strings and make them as seperate enties
Otherwise things inside strings will get processed elsewhere
which could be bad.
Public Functions
These are functions that everyone can access.
-
tokenise
mixed tokenise(string inp)
Tokenise, we rip out strings and make them as seperate enties
Otherwise things inside strings will get processed elsewhere
which could be bad...
- Parameters:
inp - the input string
- Returns:
the tokenised string