A Tiger grammar for tree-sitter
Go to file
Bruno BELANYI 02f83784b1 Use explicit 'nil_literal' rule
Makes the dumped AST more readable, and will probably help in writing
future queries.
2022-06-02 17:07:30 +02:00
bindings Bootstrap tree-sitter parser architecture 2022-06-01 16:39:18 +02:00
src Use explicit 'nil_literal' rule 2022-06-02 17:07:30 +02:00
test/corpus Use explicit 'nil_literal' rule 2022-06-02 17:07:30 +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 Bootstrap nix flake environment 2022-06-01 16:23:17 +02:00
grammar.js Use explicit 'nil_literal' rule 2022-06-02 17:07:30 +02:00
package.json Bootstrap tree-sitter parser architecture 2022-06-01 16:39:18 +02:00