runtimeverification / wasm-semantics

A Prototype Formal Semantics of WebAssembly in K
Other
74 stars 18 forks source link

Update regex terminals to match new syntax #627

Closed Scott-Guest closed 1 month ago

Scott-Guest commented 2 months ago

Part of runtimeverification/k/issues/4295

Escapes all usages of - and ^ within character classes to align with the new regex syntax.