https://github.com/hatoo/egglog-language-server/blob/17b0ae9fae42ddc7c548bc5e41e6f77468e206f4/src/src_tree.rs#L388 Currently, we retrieve egglog's primitives such as keywords and built-in functions manually. It's good to find a better way.
egglog-language-server/src/src_tree.rs
Line 388 in 17b0ae9
Currently, we retrieve egglog's primitives such as keywords and built-in functions manually.
It's good to find a better way.