Skip to content

Commit

Permalink
Initial parser implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Sep 25, 2021
1 parent 3f19b87 commit dad92d2
Show file tree
Hide file tree
Showing 31 changed files with 415,227 additions and 392 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Deps
/node_modules/
/build/

# Temporary files
/tmp/

# Temporary files generated by Tree-sitter
log.html
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sources": [
"bindings/node/binding.cc",
"src/parser.c",
# If your language uses an external scanner, add it here.
"src/scanner.cc"
],
"cflags_c": [
"-std=c99",
Expand Down
Loading

0 comments on commit dad92d2

Please sign in to comment.