A Tiger grammar for tree-sitter
Go to file
Bruno BELANYI 752f941589
All checks were successful
continuous-integration/drone Build is passing
Fix 'nix flake check'
Turns out that 'tree-sitter' is not wrapped to have node and a compiler
available, because nixpkgs assumes that grammars already include
generated files.

So wrap it manually and use that in our pre-commit/checks.
2022-06-03 16:00:13 +02:00
bindings Bootstrap tree-sitter parser architecture 2022-06-01 16:39:18 +02:00
queries Add string escape high-lighting 2022-06-03 12:58:34 +02:00
src Add ':=' to 'operator' 2022-06-03 11:42:57 +02:00
test Add string escape high-lighting 2022-06-03 12:58:34 +02:00
.clang-format Add clang-format rules 2022-06-02 22:20:37 +02:00
.drone.yml Add Drone CI 2022-06-03 12:00:05 +02:00
.gitignore Ignore nix-generated files 2022-06-01 16:23:17 +02:00
binding.gyp Bootstrap tree-sitter parser architecture 2022-06-01 16:39:18 +02:00
Cargo.toml Bootstrap tree-sitter parser architecture 2022-06-01 16:39:18 +02:00
flake.lock Bootstrap nix flake environment 2022-06-01 16:23:17 +02:00
flake.nix Fix 'nix flake check' 2022-06-03 16:00:13 +02:00
grammar.js Add ':=' to 'operator' 2022-06-03 11:42:57 +02:00
package.json Add language information to 'package.json' 2022-06-02 22:20:37 +02:00