Mirror icon indicating copy to clipboard operation
Mirror copied to clipboard

Refactor code into a usable library

Open AZHenley opened this issue 1 year ago • 0 comments

The playground, parser, and compiler are currently intertwined.

Instead, there should be a single JS class that can be used by anyone with a simple compile function. Other data can be exposed through the object too (e.g., info that the playground needs).

AZHenley avatar Nov 17 '24 18:11 AZHenley