Skip to content

Commit 772ff3b

Browse files
authored
Merge pull request #3 from savi-lang/add/tests
Initial README.md and LICENSE.md.
2 parents 67f5093 + 2b7375c commit 772ff3b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright DATE COPYRIGHT_HOLDER
1+
Copyright 2024 Joe Eli McIlvain
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
A base repository for Savi language libraries, with common CI actions configured.
1+
# LLVM
22

3-
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.
3+
Savi bindings for the LLVM library.
4+
5+
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.
6+
7+
This is in the standad library because it is used by the self-hosted Savi compiler.

0 commit comments

Comments
 (0)