jw-python/tools/python/jwutils
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
..
algo ShuntingYard.py: Improve tokenize() quote handling 2017-08-03 10:00:29 +02:00
log.py Add Object.py and log.py 2017-07-30 18:51:19 +02:00
Makefile Rename module jwutil to jwutils 2017-07-24 13:00:37 +02:00
misc.py Add misc.py 2017-07-25 17:06:03 +02:00
Object.py Add Object.py and log.py 2017-07-30 18:51:19 +02:00
RedirectStdIO.py Rename MuteStdIO to RedirectStdIO 2017-07-26 11:40:35 +02:00