Matus Goljer
Matus Goljer
Fixes #42 I tried to test a bunch of edge cases but there could be situations where it might break. I was thinking as part of my learning ocaml I...
I've spent some time trying to learn SMIE for Emacs and add some indent support, but it is horribly documented and just straight up weird (I just don't get it...
I propose to add an `assert` instruction taking a bool value which must be true, and which will throw an error if the condition does not hold, exiting the program....
I've been playing a bit with the histogram and having just the min and max was a bit hard to read it. I've added more ticks, what do you think?...
``` Modify Mods on an Item Add a Prefix, Remove a Random Suffix Only works on rare items 1x [Farric Wolf Alpha](https://www.poewiki.net/wiki/Farric_Wolf_Alpha) Modify Mods on an Item Add a Suffix,...
I added basic syntax highlighting. I was thinking of adding an indentation engine, but there is the `format` instruction which could be used to auto-format source code (I think it...
I feel since the extra argument is only passed as nil explicitly from one place (plus from within a function about word or symbol syntax), we might just add some...
Many languages use special accented characters such as `á í é č ť ž`. It would be very nice if we could search for words containing these characters without specifying...