Neovim and Tree-Sitter Post-Archive
This post introduces a replacement for nvim-treesitter: a simple Python script for managing tree-sitter parsers.
This post introduces a replacement for nvim-treesitter: a simple Python script for managing tree-sitter parsers.
Here are the tools I use, both for writing code and daily life, 2026 edition.
An example of how tries can be used to achieve fast lookups for small integers on a static dataset without taking up much space.
This post walks through setting up build options in Zig for use in compile-time code.