chore: init

This commit is contained in:
2026-02-05 01:51:17 +01:00
commit 70c26649d5
2 changed files with 9 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# pebble
A small interpreted language, easy to embed or use for light automation/modding, while teaching me how languages work internally

6
pyproject.toml Normal file
View File

@@ -0,0 +1,6 @@
[project]
name = "pebble"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = []