Beartama

Results 66 comments of Beartama

Since the PR #390, `aux::zero_wrapper` should be replaced by `wrap` so the code doesn't touch the internal details of the library. So `action4` and `action5` should be defined as follow:...

```cpp #include #include struct Process {}; struct StateMachine { struct s1 {}; auto operator()() const noexcept { using namespace boost::sml; auto const guard = [](int const &message_count) { return message_count...

Please ask if you have any questions

so, any update about this? I have some free time and would like try implementing this hoping it is wanted. Anything I should know before jumping in?

Kinda over my head right now, but hopefully it makes more sense when i dive in the code

implemented by #665

~~can you share your `nvim` config and the CMake file you're opening?~~ nevermind, I also notice the delay when opening a CMake file now (not as significant as 1.5s but...

yeah, it's most likely due to the size of the queries. I am working on a simpler query version.

yes, you can checkout the queries [here](https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/cmake).

> i.e. this is the repo for the parser, and any queries are "module" specific, one of which is the highlighter, and that's specific for each editor? I'm not sure...