|
|
c57a4a69a7
|
WIP: parse command list tests: assert that invalid pipeline returns null
|
2025-03-10 13:22:29 +00:00 |
|
|
|
bccd68b11f
|
command list refactor: put functions in correct file
|
2025-03-10 13:22:29 +00:00 |
|
|
|
d280839764
|
command list refactor: use a builder struct
|
2025-03-10 13:22:29 +00:00 |
|
|
|
5fceb4713d
|
command list refactor: rename t_command_list to t_cmdlist
|
2025-03-10 13:22:29 +00:00 |
|
|
|
659c9f57ff
|
command list parse: different operators
|
2025-03-10 13:22:29 +00:00 |
|
|
|
1c00020c86
|
command list parse: handle triple pipeline separated with ||
|
2025-03-10 13:22:29 +00:00 |
|
|
|
e6dd1d6a56
|
command list parse: handle two commands separated by ||
|
2025-03-10 13:22:29 +00:00 |
|
|
|
36fa53131a
|
command list parse: handle single pipeline
|
2025-03-10 13:22:29 +00:00 |
|
|
|
3b36a77d34
|
command list parse: handle two commands separated by &&
|
2025-03-10 13:22:29 +00:00 |
|
|
|
eb21f00156
|
command list parsing: handle empty input
This is really not that usefull, it is more to setup the groundwork
|
2025-03-10 13:22:29 +00:00 |
|