EFeru / DbcParser

.NET CAN bus dbc file parser
MIT License
72 stars 26 forks source link

Bugfixed on #23 and #41 #45

Closed Whitehouse112 closed 1 year ago

Whitehouse112 commented 1 year ago

23 - Now signed integer is correctly parsed in VAL_ regex

41 - Bug preventing BADEF regex to be correctly parsed is now fixed

EFeru commented 1 year ago

@Whitehouse112 @Adhara3 Awesome fix. This apparently also fixes the last [VAL_] Value table syntax error from #42 . Shall we trigger a new minor release?

Adhara3 commented 1 year ago

@EFeru yeah, I think it is worth a minor release

A