Results 102 comments of akshay

complex numbers would really complete the calculator idea, but i will be giving this a lower priority, simply because i dont quite see complex numbers being used in everyday calculations,...

wew thats a lot more detailed than i imagined! i will look into it an try implementing complex numbers. i hope it isint too hard to figure out :^)

A lot of the lexing logic would have to be modified to accept complex inputs. currently alphabetical inputs only contribute to alphabets used in functions. this would have to be...

ahaha slow down a bit friendos! this thread is for discussions related to the program. do not make personal jabs, or instigate other users / contributors. that being said, i...

I have merged #2 into master with a couple of changes. A couple more things to handle before a release: - [ ] document `load_file` and `store_file` - [ ]...

I have plans to rework this entire project, some of the changes i have in mind are: - MSRV 1.40+ - async requests - use an actual parser to parse...

Parse Wiki Text is a lifesaver! I will definitely get to work on this as soon as possible! Thanks!

``` - [Novice Nix: Flake Templates](https://peppe.rs/posts/novice_nix:_flake_templates/) ```

Thanks for the report! Currently `statix` does not remove useless parentheses in binary expressions, like `x ++ (y)`, I am waiting for [some parsing changes](https://github.com/nix-community/rnix-parser/pull/35) around operator precedence to land...

Ah, I think I see the issue, let me try to get this fixed over the weekend!