elm-tooling / tree-sitter-elm

Tree sitter implementation for elm
https://elm-tooling.github.io/tree-sitter-elm/
MIT License
74 stars 12 forks source link

use explicit typing for lexer lookahead #121

Closed the-mikedavis closed 2 years ago

the-mikedavis commented 2 years ago

👋 hello!

The auto typing is a problem for an old c++ compiler (for some reason cross-compiling with rust from x86_64-linux to aarch64-linux uses an old standard), but with explicit typing the compilation works great. What do you think?

razzeee commented 2 years ago

While this should be fine, I think some dependency changed (none of your doing) and broke windows builds for node :D I'm trying to get a grip at what to do via https://github.com/elm-tooling/tree-sitter-elm/pull/120