Initial commit: Hello world with basic woodpecker build pipeline

This commit is contained in:
Laurens Miers 2025-05-23 10:19:41 +02:00
commit 877fc196af
6 changed files with 33 additions and 0 deletions

5
README.md Normal file
View file

@ -0,0 +1,5 @@
[![status-badge](https://ci.miers.xyz/api/badges/3/status.svg?branch=master)](https://ci.miers.xyz/repos/3)
# Introduction
This is an implementation of the first interpreter of the book [Crafting interpreters](https://craftinginterpreters.com/).