~vladh/hare-project-library

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 2

[PATCH 1/3] Remove haretags and (legacy) hareconv

Details
Message ID
<20231127061528.21648-1-sebastian@sebsite.pw>
DKIM signature
missing
Download raw message
Patch: +0 -2
Signed-off-by: Sebastian <sebastian@sebsite.pw>
---
 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index 9234a6e..defa4c2 100644
--- a/README.md
+++ b/README.md
@@ -79,8 +79,6 @@ If you're interested specifically in 3D graphics, check out

## Hare language utilities

* [~sebsite/hareconv](https://git.sr.ht/~sebsite/hareconv): Hare module -> C header converter
* [~sebsite/haretags](https://git.sr.ht/~sebsite/haretags): ctags implementation for Hare
* [~yerinalexey/afl_harec](https://git.sr.ht/~yerinalexey/afl_harec): Hare instrumentation for [AFL](https://github.com/google/AFL)
* [~yerinalexey/hare-annotate](https://git.sr.ht/~yerinalexey/hare-annotate): A library for implementing code generators

-- 
2.40.1

[PATCH 2/3] Add hare-c

Details
Message ID
<20231127061528.21648-2-sebastian@sebsite.pw>
In-Reply-To
<20231127061528.21648-1-sebastian@sebsite.pw> (view parent)
DKIM signature
missing
Download raw message
Patch: +1 -0
Signed-off-by: Sebastian <sebastian@sebsite.pw>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index defa4c2..f7e80bf 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ If you're interested specifically in 3D graphics, check out

## Compilers and interpreters

* [~sebsite/hare-c](https://sr.ht/~sebsite/hare-c): C lexer/parser/checker/compiler
* [~sircmpwn/habf](https://git.sr.ht/~sircmpwn/habf): Hare Brainfuck compiler
* [~smlavine/bf](https://sr.ht/~smlavine/bf): Modular Brainfuck interpreter written in Hare

-- 
2.40.1

[PATCH 3/3] Add Hare-native wordexp

Details
Message ID
<20231127061528.21648-3-sebastian@sebsite.pw>
In-Reply-To
<20231127061528.21648-1-sebastian@sebsite.pw> (view parent)
DKIM signature
missing
Download raw message
Patch: +1 -0
Signed-off-by: Sebastian <sebastian@sebsite.pw>
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index f7e80bf..ed1b035 100644
--- a/README.md
+++ b/README.md
@@ -136,6 +136,7 @@ If you're interested specifically in 3D graphics, check out
* [~phw/hare-discid](https://git.sr.ht/~phw/hare-discid/): Hare bindings for MusicBrainz libdiscid
* [~pierrec/hare-bmp](https://git.sr.ht/~pierrec/hare-bmp): BMP lossless image format
* [~pierrec/hare-qoi](https://git.sr.ht/~pierrec/hare-qoi): QOI lossless image format
* [~sebsite/hare-wordexp-but-like-its-the-posix-version-implemented-in-hare-instead-of-using-the-system-shell](https://git.sr.ht/~sebsite/hare-wordexp-but-like-its-the-posix-version-implemented-in-hare-instead-of-using-the-system-shell): Hare-native POSIX wordexp implementation
* [~sircmpwn/hare-json](https://sr.ht/~sircmpwn/hare-json)†: JSON support for Hare
* [~sircmpwn/hare-png](https://git.sr.ht/~sircmpwn/hare-png)†: PNG implementation for Hare
* [~sircmpwn/hare-qoi](https://git.sr.ht/~sircmpwn/hare-qoi): Quite OK image format for Hare
-- 
2.40.1
Details
Message ID
<CX9JQCM5LQA1.3MBXSCK57ZMWK@vladh.net>
In-Reply-To
<20231127061528.21648-1-sebastian@sebsite.pw> (view parent)
DKIM signature
missing
Download raw message
Thanks!

to git@git.sr.ht:~vladh/hare-project-library
  78be2b7..9c59957  main -> main
Reply to thread Export thread (mbox)