Skip to content

/dev/null

The black hole…

  • Amazon Wishlist

Category: C#

C# Computer Science programming

Tree-Sitter Tutorial – Part #5

April 24, 2025April 24, 2025ambsLeave a Comment on Tree-Sitter Tutorial – Part #5
Tree-Sitter Tutorial – Part #5

I will get back to Rust to investigate more Tree-Sitter features, like cursors. But for my job, I might need to use Tree-Sitter from C#. So, I decided to write a post on how to do that, this time, from Windows. In the future, maybe I can look into how to do that with dotnet […]

C# Computer Science programming

Down Translate XML in C#

August 24, 2024August 24, 2024ambsLeave a Comment on Down Translate XML in C#

For years, my preferred approach for processing XML documents has been using a down-translator processor: a set of methods that start processing the DOM from the leaves and compute values that are propagated to their parents, and so on, until it reaches the tree root node. If this seems strange, probably it will get better […]

All Rights Reserved.