JSFiddle - React, Tailwind, and code Playground

by evgkch

JavaScript

class Operator {
	constructor(name, p) {
  	this.name = Symbol(name);
  	this.p = p;
    Operator.set(this.name, this.p);
  }  
  define(lhs, rhs) {
  	
  }
}

Operator.dict = new Map;

dict.set('and', 1)

function main() {

}