C++14 Compiler needs (question) #14054
Unanswered
TrOllOchamO
asked this question in
Q&A
Replies: 1 comment
-
I'm pretty sure it is only for external scanners that some tree-sitter grammars use which are written in C++. Those are not as common these days though as I believe the Neovim folks have been migrating a lot of those to be written in C instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm about to try to cross compile Helix and was reading the build from source doc. Doing so I saw that Helix need a C++14 compatible compiler and i was wondering why ?
Helix dont seems to include directly cpp files and from what I have read tree-sitter core use C and generate C so I was wondering which dependency Helix is relying on that bring the need for a C++14 compiler.
Thanks in advance for your answers,
--Barnabé
Beta Was this translation helpful? Give feedback.
All reactions