reverendpaco

Results 5 comments of reverendpaco

For what it's worth, Pierre, I have used pydatalog in this project: https://github.com/AlgorexHealth/hcc-python I came here because I was looking to understand your implementation of tabling. Even though it's not...

@wbrockman Yes. We mean this to be open source. I just talked with my co-worker and we will probably put this under Apache 2.0 license. I'll get something up (along...

Zevv, thanks for the response. I will work on putting together a small example for you, but I have a 95% done grammar here: https://gist.github.com/reverendpaco/fc64863d15539349e856a5e1883b73df I was using Tatsu (for...

> I also find that it was too limited in the types and forms of trees it could built. I have been struggling with this as I've learned Nim. The...

@idelice If you hack zen-mode like so ```patch diff --git a/lua/zen-mode/view.lua b/lua/zen-mode/view.lua index 2d170c5..c9c88bb 100644 --- a/lua/zen-mode/view.lua +++ b/lua/zen-mode/view.lua @@ -114,9 +114,10 @@ end function M.layout(opts) local width = M.resolve(vim.o.columns,...