A tiny, beginner‑friendly language with a minimal syntax and a portable VM.
Author: Krishna Kumar · Email: meet.kumarkrishna@gmail.com · GitHub: Krishnaqwerty
brew tap Krishnaqwerty/pebble
brew install pebbleVerify:
pebble --versionExpected:
Pebble language version 1.0.0
💡 If Homebrew isn’t available, see “Manual Install” below.
# Clone and build
git clone https://github.com/Krishnaqwerty/Pebble.git
cd Pebble
makeCreate a file named hello.peb with the following code:
say "Hello, Pebble!"
Save the file, then run it:
pebble hello.pebYou should see:
Hello, Pebble!
pebble <file.peb>
pebble --version--versionprints the CLI/language version- Exits non‑zero on file open/parse/runtime errors
Krishna Kumar 📧 Email: meet.kumarkrishna@gmail.com 💻 GitHub: Krishnaqwerty
🌈 Built to be small, clear, and extendable — so you can learn the fundamentals and then push the boundaries.