MatchSpec - library for transforming ets matchspecs

MatchSpec - tools for ets matchspecs

Name of library - short description of library

Library provides fun2ms for elixir and also an ms2fun function so you can check up on matchspecs that others have written.

https://hexdocs.pm/match_spec/MatchSpec.html

5 Likes

I like the match spec -> Elixir code converter :slight_smile:

1 Like

MatchSpec 0.3.0 is out! Now supports fun2msfun and defmatchspec/defmatchspecp. The feature set is frozen until 1.0.0

Walk thru video:

2 Likes

0.3.1 brings a few bugfixes, including support for binary literals, fixed ms2fun conditions, and the ability to bind external variables in fun2ms

https://hexdocs.pm/match_spec/0.3.1/MatchSpec.html

1 Like

Great library.

Also I remember you from a while back in your videos about processes. Your presentation and explaining skills are top notch.

1 Like

0.3.2 is released, with support for node/1 match function.