A Tiger grammar for tree-sitter
Go to file
Bruno BELANYI 4a099243ed
All checks were successful
ci/woodpecker/push/check Pipeline was successful
ci/woodpecker/manual/check Pipeline was successful
Remove Drone CI
2023-04-01 17:11:28 +01:00
.woodpecker Add Woodpecker CI workflow 2023-04-01 17:11:17 +01:00
bindings Add queries to rust bindings 2022-06-04 11:02:13 +02:00
queries Use 'parameter' high-light group 2022-11-22 10:57:06 +01:00
scripts Add script for neovim tests 2022-06-13 10:03:58 +02:00
src Bump flake inputs 2022-11-22 10:24:47 +01:00
test Use 'parameter' high-light group 2022-11-22 10:57:06 +01:00
.clang-format Add clang-format rules 2022-06-02 22:20:37 +02:00
.gitignore Ignore rust-generated files 2022-11-22 10:25:29 +01:00
binding.gyp Add scanner to bindings 2022-06-04 10:43:35 +02:00
Cargo.toml Release 0.3.0 2022-11-22 10:59:45 +01:00
flake.lock Bump flake inputs 2022-11-22 10:24:47 +01:00
flake.nix Simplify 'clang-format' pre-commit hook 2022-11-22 10:24:47 +01:00
grammar.js Add object-oriented constructs 2022-06-04 21:45:47 +02:00
Makefile Add Makefile 2022-11-22 10:26:00 +01:00
package.json Release 0.3.0 2022-11-22 10:59:45 +01:00
README.md Add README 2022-06-04 22:04:10 +02:00

tree-sitter-tiger

Tiger grammar for tree-sitter.

It includes extensions to the language that are specific to the EPITA dialect of Tiger: meta-variables, and Object Oriented syntax.

References