diff --git a/LICENSE.md b/LICENSE.md index 2e005b9..631511c 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright DATE COPYRIGHT_HOLDER +Copyright 2024 Joe Eli McIlvain Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 16476b8..d87c0ca 100644 --- a/README.md +++ b/README.md @@ -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.