diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-03-21 04:32:59 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-03-21 04:32:59 +0900 |
commit | 45d9d9f50e210c5f51b68efa2172805a913191a6 (patch) | |
tree | 34174fd31d70879f9be63161d21657ac84fbc5cf /.gitmodules | |
download | quy-45d9d9f50e210c5f51b68efa2172805a913191a6.tar.gz |
Begin Zig grammar draft
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..cfb1ea7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "spec"] + path = spec + url = https://github.com/ziglang/zig-spec |