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

Switch to tree-sitter-bash for bash parsing #4

Open
CyberTailor opened this issue Jan 16, 2024 · 2 comments
Open

Switch to tree-sitter-bash for bash parsing #4

CyberTailor opened this issue Jan 16, 2024 · 2 comments

Comments

@CyberTailor
Copy link

The library currently uses a bash server that runs eval, which is a bit unnerving.

@CyberTailor
Copy link
Author

The original idea comes from pkgcheck.

However, flit doesn't allow build steps, so another PEP517 backend should be used.

@CyberTailor
Copy link
Author

Bash parser is currently used just for VDB environment files that don't require any evaluation and can be parsed statically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant