Skip to content

Commit

Permalink
Merge pull request #3 from savi-lang/add/tests
Browse files Browse the repository at this point in the history
Initial README.md and LICENSE.md.
  • Loading branch information
jemc authored Aug 25, 2024
2 parents 67f5093 + 2b7375c commit 772ff3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
8 changes: 6 additions & 2 deletions README.md
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.

0 comments on commit 772ff3b

Please sign in to comment.