TatsuScript
A Tatsumaki tag script interpreter
Installing
npm install tatsuscript --save
Usage
const TatsuScript = ; let script = '{abs;-1}'; // the absolute function let output = TatsuScript; // the message is the context the command was run in console; // 1
Registering custom functions
Example using Discord.JS
TatsuScript;