Consider merging efforts with SQF analyzer #725
LordGolias
started this conversation in
General
Replies: 1 comment
-
The main thing that HEMTT is waiting on is being able to parse the Arma 3 Wiki, which is happening at https://github.com/acemod/arma3-wiki. I want HEMTT to understand every commands input and outputs (including more than just ARRAY, array of what?). If there is anything you want to contributer to HEMTT I would be happy to help however I can in that process, making HEMTT smarter is always of benefit to many in the community |
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
-
I just noticed that this project implements an SQL parser and analyzer.
I have myself built one (in Rust!) some time ago, https://github.com/sqf-analyzer/sqf-analyzer, that is used with https://github.com/sqf-analyzer/sqf-analyzer-lsp for VS code.
Merging these efforts would reduce maintenance burden, and Rust lends itself quite well to this type of activities.
Beta Was this translation helpful? Give feedback.
All reactions