kallemooo / Asap2

Asap2 parser.
MIT License
38 stars 21 forks source link

fixing decimal regexp to detect scientific notation #19

Open gabriel-kozma opened 1 year ago

gabriel-kozma commented 1 year ago

I recently had an issue parsing an A2L file which had a decimal notation like

2.44140625e-004
1.e-002

this change on the regexp makes the A2L be fully parsed correctly

gabriel-kozma commented 1 year ago

@kallemooo