sv-parser/sv-parser-pp
damc 8e461d0de6 ppTests Protect against infinite include recursion.
- New argument `include_depth` on `preprocess_str()`.
- Existing function `preprocess()` is now a wrapper for private function
  `preprocess_inner()` which uses `include_depth`.
- Commented arguments on all uses of `preprocess()` and `preprocess_str()`.
- Test `include_recursive` is fixed and not ignored.
- Without recursion limit, stack overflow occurs which crashes svls.
2022-07-26 20:21:59 +02:00
..
2022-07-26 18:20:22 +02:00
2022-07-05 19:54:43 +09:00