cuter-testing / cuter

A concolic testing tool for the Erlang functional programming language.
GNU General Public License v3.0
211 stars 20 forks source link

Evaluate map expression and pattern matching #185

Open neoaggelos opened 3 years ago

neoaggelos commented 3 years ago

Summary

References #183. Support expressions and pattern matching for Erlang maps.

This PR can be reviewed and merged separately from #184, but any future work on maps greatly depends on these two PRs getting merged.

Changes

Testing

Notes