Add Shakespeare esolang

This commit is contained in:
Nilay Majorwar
2022-02-18 16:57:59 +05:30
parent a05731e91d
commit e810855933
26 changed files with 4106 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
import { setupWorker } from "../setup-worker";
import XYZLanguageEngine from "./runtime";
setupWorker(new XYZLanguageEngine());