mkorpela/RoboMachine

Allow comments in *** Machine *** table

Closed this issue · 7 comments

Commenting out a line in the Machine table cause error:

Exception at line 10
Expected Re:('\\w+( \\w+)*')

It'd be nice to allow comments there.

Oh, I see that comments are supported, but apparently not in the first lines of the Machine table, where one defines the "any of" stuff.

Thanks for interest in this small lib!
I've not worked on it for a while - the parsing library is a picky.
If you want to contribute and fix the issue, I'll be more than happy to merge your contribution!

By the way if you are interested in online MBT then https://github.com/mkorpela/OnlineRoboMachine might be more interesting experiment. It uses random walk but it is fully functional .. although docs are not.

Thanks, I'll check it out.

Interesting! Thanks for pointing it out.

Oops, I mean 41295aa. (Same commit though.)