Skip to content

Instantly share code, notes, and snippets.

View Lxys-ai's full-sized avatar

Lxys Lxys-ai

View GitHub Profile
@Lxys-ai
Lxys-ai / engine.js
Created September 30, 2022 03:53
Lex State Machine Task Engine a
/* eslint-disable */
const fs = require("fs");
const colors = require("colors");
const child_process = require("child_process");
const path = require("path");
const events = require("events");
const eventEmitter = new events.EventEmitter();
const monitorEvent = new events.EventEmitter();
const crypto = require("crypto");
const utf8 = require("utf8");