mers/mers
Dummi26 effdc096a2 implemented working float literals and removed the 5,2 workaround: 5.2 is now a float! (see 10.5.debug()).
this was an issue for so long because it requires an exception to the usual dot syntax, and exceptions can be dangerous. So if there is an issue, you can resort to { 10.5 }.something() or { 10 }.5 (although this doesn't make sense) to convince the parser to do what you want.
2023-04-15 14:22:41 +02:00
..
src implemented working float literals and removed the 5,2 workaround: 5.2 is now a float! (see 10.5.debug()). 2023-04-15 14:22:41 +02:00
Cargo.lock - changed the list type from [t] to [t ...] 2023-04-13 17:40:25 +02:00
Cargo.toml - changed the list type from [t] to [t ...] 2023-04-13 17:40:25 +02:00