diff options
-rw-r--r-- | NOTES.md | 6 | ||||
-rw-r--r-- | README.md | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/NOTES.md b/NOTES.md new file mode 100644 index 0000000..c60d0f5 --- /dev/null +++ b/NOTES.md @@ -0,0 +1,6 @@ +# Lindenii Forge Development Notes + +You will need the following dependencies: + +- [hare](https://git.sr.ht/~sircmpwn/hare) +- [hare-http](https://git.sr.ht/~sircmpwn/hare-http) diff --git a/README.md b/README.md new file mode 100644 index 0000000..01d9280 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Lindenii Forge + +**Work in progress.** + +This is the new implementation in the [Hare](https://harelang.org) programming +language. We will set this as the primary branch once it reaches feature parity +with the Go implementation. |