DEV Community

Yusuf Çiçel
Yusuf Çiçel

Posted on

Meet isimbulamadimscript (IBS): A Lightweight Embedded Language for Web Games

Hey everyone! 👋

I built isimbulamadimscript (IBS), a zero-dependency, lightweight, embeddable scripting language designed for web games and interactive logic.

Why does it exist?

Instead of embedding heavy engines, IBS lets you run scripts with:

  • 🏎️ Constant Folding & AST Caching (Optimized execution)
  • 🛡️ Self-Healing Syntax (Auto-corrects missing parens in if/while)
  • 📦 Subroutines (Addbranch / Call macros)
  • 🌐 Remote Execution (Urlcall - loadstring over HTTP)

Check it out on GitHub:
👉 https://github.com/yusufcicel54-rgb/-simbulamadimscript

CDN:


html
<script src="https://cdn.jsdelivr.net/gh/yusufcicel54-rgb/-simbulamadimscript/ibs.js"></script>
Enter fullscreen mode Exit fullscreen mode

Top comments (0)