~vladh/hare-project-library

Remove haretags and (legacy) hareconv v1 APPLIED

Sebastian: 3
 Remove haretags and (legacy) hareconv
 Add hare-c
 Add Hare-native wordexp

 3 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~vladh/hare-project-library/patches/47052/mbox | git am -3
Learn more about email & git

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

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
Thanks!

to git@git.sr.ht:~vladh/hare-project-library
  78be2b7..9c59957  main -> main

[PATCH 2/3] Add hare-c Export this patch

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 Export this patch

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