Code

contrib/cussh.pl: Fixed and improved command parsing.
authorSebastian Harl <sh@tokkee.org>
Thu, 19 Feb 2009 11:09:46 +0000 (12:09 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 19 Feb 2009 12:51:59 +0000 (13:51 +0100)
The input line is now split into separate tokens which are either quoted or
unquoted strings. This simplifies e.g. the parsing of identifiers as the whole
token may be interpreted as just the id string. This allows for specifying a
somewhat greedy regex which before led to the whole remainder of the input
line ending up in the type or type instance.


No differences found