Skip to content

/dev/null

The black hole…

  • Amazon Wishlist

Tag: rust

Computer Science programming Rust

Tree-Sitter Tutorial – Part #4

April 21, 2025April 21, 2025ambsLeave a Comment on Tree-Sitter Tutorial – Part #4
Tree-Sitter Tutorial – Part #4

Continuing with Rust, in this part of the tutorial we will improve the grammar with support for a few new things. One will be the support of literals and regular expressions for terminal symbols, and the second will be the support for the Kleene closures. Grammar Literals The first changes we will perform are to […]

Computer Science Rust

Tree-Sitter Tutorial – Part #3

April 14, 2025April 16, 2025ambsLeave a Comment on Tree-Sitter Tutorial – Part #3
Tree-Sitter Tutorial – Part #3

C is a nice programming language, I enjoy playing with. But we need to accept that, unless we use libraries, writing code from scratch takes a lot of time. With that in mind, and given that I am also trying to learn Rust, I decided to write this post, very similar to the second part […]

All Rights Reserved.