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/Callmacros) - 🌐 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>
Top comments (0)