akshay
akshay
@aklsh @razagill as of v0.2.0, binary releases for darwin are published to GitHub Releases.
@yohannes the file extension doesn't matter really, you can execute it with `./dijo-x86_64-apple` at a shell, or move it into your path (rename to `dijo`) and execute with `dijo` from...
> but would be happy to give this a go if it's something you'd like in this project. Ideas and contributions are most welcome! However, this would require adding a...
This sounds pretty useful and easy to do, I'll add this to the list.
Yep, this is possible and it is on the list of things to do, over at #10. I will be tracking all feature requests over at that issue, so I...
noted. `eva` uses rust's floating point arithmetic, we should definitely move over to fixed point arithmetic.
@pickfire I am afraid I never got around to actually implementing it (I imported the `num` crate and completely forgot about it soon after)
I have been planning on extending eva as a library, but the primary focus is interactive calculation. `no_std` + library definitely will go into the bucket list, its really exciting...
Sorry for the delay, lemme get on it this weekend.
i am planning on rewriting the parsing logic using `nom` or `lalrpop`. variable support and assignments are top priorities!