We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd34cf commit d3874fbCopy full SHA for d3874fb
README.md
@@ -1,7 +1,7 @@
1
# LLVM bindings for Zig
2
3
The purpose of this repository is to learn about the [`llvm`][llvm] compiler
4
-infrastructure and practice some [`ziglang`][zig].
+infrastructure and practice some [`zig`][zig].
5
6
### Requirement
7
@@ -39,3 +39,7 @@ in `build.zig`:
39
### License
40
41
This project is licensed under the [MIT](LICENSE) license.
42
+
43
44
+[llvm]: https://llvm.org
45
+[zig]: https://ziglang.org
0 commit comments