implicit conversions from float literals to float32?

2022-06-16 Thread flint
Is it possible to make float literals be considered as float32 ? Or to have implicit conversion from float literals to float32 ? If there's any chance to get rid of all the "f" that clutters the numbers without wasting cpu+mem, well then... I'm asking.

Man pages?

2022-02-06 Thread flint
I've been looking into this as I tried to convert the RST doc scattered in several files into one org-mode file. I first thought Pandoc was the culprit but then found that the RST syntax **requires a blank line between the block declaration and the content** like so: .. code-block:

Man pages?

2022-01-19 Thread flint
I've been looking into this as I tried to convert the RST doc scattered in several files into one org-mode doc. I first thought Pandoc was the culprit but then found that the RST syntax **requires a blank line between the block declaration and the content** like so: .. code-block: