-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document macros need updating grammar.js
- Loading branch information
1 parent
54f2d41
commit f3fa445
Showing
4 changed files
with
736 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,7 @@ init: | |
$(MAKE) clone-tree-sitter | ||
cp tree-sitter-c3/src/parser.c server/c3/parser.c | ||
cp -r tree-sitter-c3/src/tree_sitter server/c3/tree_sitter | ||
#cd yacc-2-treesitter && go build | ||
|
||
#git clone https://github.com/zweimach/tree-sitter-c3 | ||
#cargo install tree-sitter-cli | ||
|
||
clone-tree-sitter: | ||
[ ! -d "tree-sitter-c3" ] && git clone [email protected]:zweimach/tree-sitter-c3.git tree-sitter-c3 || true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.