The base library + project templates for Mewlix, a little cat-themed esoteric programming language.
Learn more about it here! 🐱
Note: The main repository for the Mewlix compiler already includes all templates as .zip
files. If you're building from source, you do not need to build the templates yourself.
To build the base library and templates, run npm run build
. The build process includes compiling + minifying source files, constructing the templates and generating .zip
files for each template.
Note: The build script is only meant to run on GNU/Linux, and depends on the zip utility.