Age | Commit message (Expand) | Author |
2022-10-07 | Number type for arbitrary-precision floating point values | Roman Smrž |
2022-10-07 | Regex expansion | Roman Smrž |
2022-10-07 | Parse multiple consecutive record selectors | Roman Smrž |
2022-10-07 | Process node record accessor | Roman Smrž |
2022-10-07 | Process variables and expression type | Roman Smrž |
2022-10-05 | Support multiple node variables with same name | Roman Smrž |
2022-09-30 | Parser helper to keep local variable scope | Roman Smrž |
2022-09-30 | Fix parser error position for variable redefinition | Roman Smrž |
2022-09-30 | Generic record member selection expression | Roman Smrž |
2022-09-27 | Separate Network module | Roman Smrž |
2022-09-27 | Fix operator symbol parsing | Roman Smrž |
2022-09-27 | Process lifetime determined by scope | Roman Smrž |
2022-09-26 | Local statement for separate scope | Roman Smrž |
2022-09-24 | Scope of variables denoted in parse tree | Roman Smrž |
2022-09-08 | Command parser using applicative functor | Roman Smrž |
2022-09-02 | Regex expression instance | Roman Smrž |
2022-08-23 | Expression expansion in strings and regexes | Roman Smrž |
2022-08-22 | Boolean operators and expression | Roman Smrž |
2022-08-22 | Generic expression parser with integer operators | Roman Smrž |
2022-08-20 | Print relevant variables for guard failure | Roman Smrž |
2022-08-13 | Integer expressions and variables | Roman Smrž |
2022-08-10 | Let statement | Roman Smrž |
2022-07-24 | Print relevant variable values after expect failure | Roman Smrž |
2022-07-16 | Do not escape alphanumeric chars for regexes | Roman Smrž |
2022-06-09 | Guard command | Roman Smrž |
2022-06-07 | Source line info for test steps from parsing | Roman Smrž |
2022-06-05 | Refactor expressions as GADT | Roman Smrž |
2022-06-05 | Assign regex captures to variables | Roman Smrž |
2022-06-05 | Variables containing IP addresses of nodes | Roman Smrž |
2022-06-05 | Variable expansion in strings and regexes | Roman Smrž |
2022-06-04 | Escape characters in strings and regexes | Roman Smrž |
2022-05-06 | Multiple test runs support | Roman Smrž |
2022-05-04 | Verbose option, otherwise hide most output | Roman Smrž |
2022-05-04 | Test run monad | Roman Smrž |
2022-04-30 | Separate GDB support module | Roman Smrž |
2022-01-18 | Fix typo in gdb option help text | Roman Smrž |
2022-01-18 | Default timeout command-line parameter | Roman Smrž |
2021-12-20 | Test tools defined optionally per-proc on command line | Roman Smrž |
2021-12-02 | Parser: command block support | Roman Smrž |
2021-11-30 | Parser: generalize order of command parameters | Roman Smrž |
2021-11-26 | Separate constructors for internal process names | Roman Smrž |
2021-11-26 | Initial support for running GDB | Roman Smrž |
2021-11-18 | Show regex partern on expect failure | Roman Smrž |
2021-11-16 | Timeout for the expect step | Roman Smrž |
2021-11-15 | Keep the waiting prompt below output until triggered | Roman Smrž |
2021-11-15 | Separate module for output handling | Roman Smrž |
2021-11-10 | Line comments with hash sign | Roman Smrž |
2021-10-08 | Run tcpdump to collect network packets | Roman Smrž |
2021-10-08 | Show proc name instead of node name in output | Roman Smrž |
2021-10-06 | Move process list to network | Roman Smrž |