A simple Interpreted Dynamic Programming Language for describing chat bot commands and behavior... now in typescript! (Inspired by Bex)
P.S: Still needs a lot of work, but it's a start. Huge thanks to tsoding!
pnpm install
To compile:
pnpm run exec <filename.bot>
For example:
pnpm run exec examples/weather.bot
Should output:
Hello Anas from Marseille! Here is the weather in Marseille: ☀️ 🌡️+14°C 🌬️↖20km/h
"Hello, World"
69
420
args
sender
f()
f(g())
f(69, 420)
f("hello, world")