diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-13 07:33:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-13 07:33:00 +0800 |
commit | 7d0f2909f20c6e01842f3f81f589d8b320591396 (patch) | |
tree | a2ee21136c9a20f4bd26efc1d5b0c891f4fdba98 | |
parent | Fix inconsistent capitalization in the error message (diff) | |
download | forge-7d0f2909f20c6e01842f3f81f589d8b320591396.tar.gz forge-7d0f2909f20c6e01842f3f81f589d8b320591396.tar.zst forge-7d0f2909f20c6e01842f3f81f589d8b320591396.zip |
Add README and NOTES
Diffstat (limited to '')
-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. |