Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nonstandard builds using CLI #1518

Closed
wenkokke opened this issue Dec 1, 2021 · 4 comments · Fixed by #3188
Closed

Nonstandard builds using CLI #1518

wenkokke opened this issue Dec 1, 2021 · 4 comments · Fixed by #3188
Labels
cli language-building Related to language library building

Comments

@wenkokke
Copy link

wenkokke commented Dec 1, 2021

The tree-sitter-haskell grammar requires compilation with -std=c++14.

Is there currently a way to ensure that, e.g., commands such as tree-sitter parse and tree-sitter build-wasm pass this flag correctly to whatever tool they're using for compilation?

@wenkokke
Copy link
Author

wenkokke commented Dec 1, 2021

@amaanq
Copy link
Member

amaanq commented Jul 24, 2023

haskell scanner is in C now

@amaanq amaanq closed this as completed Jul 24, 2023
@wenkokke
Copy link
Author

Is there no plan to extend the language support to cover C++ (or other languages)? That's more what this issue was about.

@ahlinc ahlinc reopened this Aug 1, 2023
@ahlinc
Copy link
Contributor

ahlinc commented Aug 1, 2023

Is there no plan to extend the language support to cover C++ (or other languages)? That's more what this issue was about.

There is such plan to add support configuration for compiler parameters in the package.json.

@ObserverOfTime ObserverOfTime linked a pull request Apr 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli language-building Related to language library building
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants