Skip to content

Commit

Permalink
Document macros need updating grammar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
pherrymason committed Jan 13, 2024
1 parent 54f2d41 commit f3fa445
Show file tree
Hide file tree
Showing 4 changed files with 736 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Using tree-sitter grammar rules from https://github.com/zweimach/tree-sitter-c3
- [x] Structs
- [ ] Struct members
- [ ] imports
- [ ] macros
- [ ] macros: **Needs to update grammar.js**
- [ ] Hover information
- [x] Variable declarations
- [x] Function calls
Expand Down
Loading

0 comments on commit f3fa445

Please sign in to comment.