miller/pkg/runtime
John Kerl 4053d7684c
Preserve regex captures across stack frames (#1447)
* privatize state.RegexCaptures

* stack frame for regex captures

* merge

* unit-test case

* docs re stack frames for regex captures

* more
2023-12-18 10:21:09 -05:00
..
doc.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
README.md Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
stack.go Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00
state.go Preserve regex captures across stack frames (#1447) 2023-12-18 10:21:09 -05:00

Contains state for the CST executor.