From 182c29c2a7ef448035de224f11345a819cbf6794 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 10 Nov 2024 07:15:14 -0800 Subject: [PATCH] Move examples --- examples/.gitignore | 1 + grammar.py => examples/grammar.py | 0 sql.py => examples/sql.py | 0 3 files changed, 1 insertion(+) create mode 100644 examples/.gitignore rename grammar.py => examples/grammar.py (100%) rename sql.py => examples/sql.py (100%) diff --git a/examples/.gitignore b/examples/.gitignore new file mode 100644 index 0000000..348b686 --- /dev/null +++ b/examples/.gitignore @@ -0,0 +1 @@ +tree-sitter-fine/ \ No newline at end of file diff --git a/grammar.py b/examples/grammar.py similarity index 100% rename from grammar.py rename to examples/grammar.py diff --git a/sql.py b/examples/sql.py similarity index 100% rename from sql.py rename to examples/sql.py