tree-sitter-perl-next 0.1.0

Perl grammar for tree-sitter, compatible with tree-sitter 0.25+
Documentation

tree-sitter-perl-next

A modern Perl grammar for tree-sitter, compatible with tree-sitter 0.25 and later versions. Unlike other grammars, tree-sitter-perl-next doesn't conflict with ucrt.lib on Windows and doesn't force linking tree-sitter 0.26+.

Installation

Add this to your Cargo.toml:

[dependencies]
tree-sitter-perl-next = "0.1.0"

Contributing

Contributions are welcome. Please ensure that:

  1. All tests pass (cargo test)
  2. Code follows Rust formatting standards (cargo fmt)
  3. New features include appropriate tests

Acknowledgments

This grammar builds upon the tree-sitter ecosystem and the Arborium project.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.