No description
Find a file
Laurens Miers 6f27e7f3fc
All checks were successful
ci/woodpecker/push/build Pipeline was successful
fix: Fix clippy warnings
- Use is_empty iso len() == 0
- Remove unneeded return type
2025-05-27 18:12:23 +02:00
.woodpecker ci: add linter (clippy) 2025-05-23 10:42:43 +02:00
src fix: Fix clippy warnings 2025-05-27 18:12:23 +02:00
.gitignore fix: update gitignore 2025-05-27 16:22:56 +02:00
Cargo.lock feat: Add clap and parse script parameter 2025-05-27 17:43:47 +02:00
Cargo.toml feat: Add clap and parse script parameter 2025-05-27 17:43:47 +02:00
README.md Initial commit: Hello world with basic woodpecker build pipeline 2025-05-23 10:42:43 +02:00

status-badge

Introduction

This is an implementation of the first interpreter of the book Crafting interpreters.