Daniel Shimon
Daniel Shimon
You could make pl a macro https://xon.sh/tutorial_macros.html
This might also be implemented using abbrevs
Since this is relevant to the abbrevs key, maybe we can have a second argument like `abbrevs['...', '/'] = '../../'`? This would also need to collapse the final `/` if...
Hi, haven't been here for a while 😅 Could you try compiling on master now according to the new compilation instructions (using cmake)?
Like it says in the readme: ```bash mkdir build ​cd​ build cmake .. make ``` Make sure you're on the latest version of the project
Ok so apparently compiling static binaries isn't supported on MacOs! To fix this we need to avoid setting `-static` in the `CmakeLists.txt`file when compiling on macos. https://stackoverflow.com/a/41026154/7339373 seems to be...
Hey, The idea is that input and output will look similar like in English, as in - פלוט and קלוט. What do you think?
Ok הדפס is pretty good :) You're welcome to make a PR 🔥
Also, I've made some changes to master, so please rebase :)
Hey, from my checks the only usable code editor for rpp is notepad++, which you can flip so it will be right-to-left BTW, do you want to fix this PR...