Files
epics_launcher/src
Xiaoqiang Wang 9e67d16f12 replace pyparsing with simple regexp
the pyparsing results is a nested list, each element is a word inside
the {} block. the previous handling then loops over all the word and
populates it into params. this creates a lot confusing entries in
params.

since the command pattern could never be nested, a simple regexp
suffices.
2018-06-08 16:18:13 +02:00
..
2018-02-07 11:03:46 +01:00
2018-06-07 19:14:51 +02:00