korken89 / smlang-rs

A State Machine Language DSL procedual macro for Rust
Apache License 2.0
202 stars 28 forks source link

Support custom guard errors #15

Closed MathiasKoch closed 3 years ago

MathiasKoch commented 3 years ago

Fixes #12

It should be straight forward for me to add some kind of naming override/prefix/postfix, now that the named syntax is introduced, in relation to #1 if you think that would be a suitable way of solving that?

korken89 commented 3 years ago

Very nice! I'll give this a closer look today :)

MathiasKoch commented 3 years ago

@korken89 Fixed.. Turns out i missed a colon in the test run code :)

Could you perhaps follow the merge up with a new release to crates?