busstoptaktik / geodesy

Rust geodesy
Apache License 2.0
63 stars 6 forks source link

Improved syntax and parameter handling #92

Closed busstoptaktik closed 6 months ago

busstoptaktik commented 6 months ago

Introduce syntactic sugar for omit_fwd and omit_inv through the alternative pipeline step delimiters '>' and '<':

Support utf-8 numerical subscripts as a synonym for _0..._9 in parameter names, e.g. 'x₀' is transformed into 'x_0'

Further clean up the token handling by removing the default argument for 'operator_name()', and changing the "hidden parameter name", used for accessing the operator name, from "name" to "_name", in better accordance with conventions commonly used for reserved names