-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from savi-lang/add/tests
Initial README.md and LICENSE.md.
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 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
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
A base repository for Savi language libraries, with common CI actions configured. | ||
# LLVM | ||
|
||
See the [Guide](https://github.com/savi-lang/base-standard-library/wiki/Guide) for details on how it works and how to use it for your own libraries. | ||
Savi bindings for the LLVM library. | ||
|
||
LLVM allows for the creation of native executable programs. It is a powerful tool for creating compilers and other tools that need to generate machine code. | ||
|
||
This is in the standad library because it is used by the self-hosted Savi compiler. |