JSFiddle - React, Tailwind, and code Playground
by evgkch
JavaScript
// Лексический анализ
const getLexeme = source => {
const tokens = [];
};
const parse = programm => {};
const tokenizing = tokens => {};
const engine = q => {};
const execute = programm => engine(tokenizing(parse(programm)));