···3839## Plans
40- Add [rink](https://github.com/tiffany352/rink-rs/) as a backend, gives preference to unit over operation unlike fend.
41-- Use [unify](https://github.com/ChHecker/unify) to format input and output.
0
···3839## Plans
40- Add [rink](https://github.com/tiffany352/rink-rs/) as a backend, gives preference to unit over operation unlike fend.
41+- Use [unify](https://github.com/ChHecker/unify) or [zero](https://github.com/Mc-Zen/zero) to format input and output.
42+- Check out [numr](https://github.com/nasedkinpv/numr)
+4-4
tests/examples.typ
···1-#import "@local/evaltor:0.1.0": print_eval
23#show heading: it => {
4 it.body
5 v(1pt)
6}
7-#set text(size:16pt)
89= Evaltor: Typst plugin for unit-aware calculations
1011-The function `print_eval` will print the input along with its result, calculated using `fend` backend, which is unit-aware.
1213Some examples:
14···2425#print_eval("0xffff to decimal")
2627-#print_eval("100 C to F")
2829#print_eval("1 lightyear to parsecs")
30
···1+#import "@local/evaltor:0.2.0": print_eval
23#show heading: it => {
4 it.body
5 v(1pt)
6}
7+#set text(size: 16pt)
89= Evaltor: Typst plugin for unit-aware calculations
1011+The function `print_eval` will print the input along with its result, calculated using `fend` backend, which is unit-aware.
1213Some examples:
14···2425#print_eval("0xffff to decimal")
2627+#print_eval("100 °C to °F")
2829#print_eval("1 lightyear to parsecs")
30