>
> I trying to build a very small interpreter. I can type commands like:
>
> $ add "Luciano de Souza" luchya...@gmail.com
>
> Somewhere in my code, I can have something like:
>
> procedure parse(commandline: string; var params: array of string);
>
> In this case, the commandline has the forma
luciano de souza wrote:
Hello all,
I trying to build a very small interpreter. I can type commands like:
$ add "Luciano de Souza" luchya...@gmail.com
Somewhere in my code, I can have something like:
procedure parse(commandline: string; var params: array of string);
In this case, the commandl
Hello all,
I trying to build a very small interpreter. I can type commands like:
$ add "Luciano de Souza" luchya...@gmail.com
Somewhere in my code, I can have something like:
procedure parse(commandline: string; var params: array of string);
In this case, the commandline has the format: "add %