Python utility library
Find a file
Jan Lindemann 421ff284cb ShuntingYard.py: Improve tokenize() quote handling
Quoted arguments were not grouped into one token, firstly, because the
parser didn't pay any attention to them, and secondly, because the data
structure carrying the postfixed string converted it back to being a
string, not a list, in column 2 of the result table.

Signed-off-by: Jan Lindemann <jan@janware.com>
2017-08-03 10:00:29 +02:00
make initial checkin 2017-07-24 12:19:34 +02:00
test Rename module jwutil to jwutils 2017-07-24 13:00:37 +02:00
tools ShuntingYard.py: Improve tokenize() quote handling 2017-08-03 10:00:29 +02:00
.gitignore initial checkin 2017-07-24 12:19:34 +02:00
Makefile initial checkin 2017-07-24 12:19:34 +02:00
VERSION initial checkin 2017-07-24 12:19:34 +02:00