commit 70c26649d51ab70615cf35143a0b99b409f6729d Author: LordBaryhobal Date: Thu Feb 5 01:51:17 2026 +0100 chore: init diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7a64f7 --- /dev/null +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..9e4d84d --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[project] +name = "pebble" +version = "0.1.0" +description = "Add your description here" +requires-python = ">=3.13" +dependencies = []