Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add maple and Clockwork #239

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
## Contents

- [Applications](#applications)
- [Build Systems](#build-systems)
- [Command-line](#command-line)
- [Editors](#editors)
- [Games](#games)
Expand Down Expand Up @@ -62,6 +63,10 @@

## Applications

### Build Systems

- [clockwork](https://github.com/emmathemartian/clockwork) - A language-agnostic build tool wrote in V.

### Command-line

- [crepl](https://github.com/l1mey112/crepl) - Compile and execute C code on the fly as you type it.
Expand Down Expand Up @@ -137,6 +142,7 @@
### Serialization

- [ini-v](https://github.com/ldedev/ini-v) - Simple and practical module for manipulating ini/cfg file.
- [maple](https://github.com/emmathemartian/maple) - A very simple key-value config format wrote in V.
- [v-toxml](https://github.com/radare/v-toxml) - XML Serialization library for V.
- [vgura](https://github.com/gura-conf/vgura) - Official Gura parser for V.
- [vlang-yaml](https://github.com/jdonnerstag/vlang-yaml) - A V-native YAML reader, incl. YAML-to-JSON converter.
Expand Down
Loading