This is the source code for hexagony.net, an online IDE for the Hexagony esoteric programming language.
My C# command line Hexagony interpreter is also available. It's the Hexagony interpreter for Code Golf.
Run npm install
, followed by npm run server
to start a development server at localhost:8082, or npm run build
to create a build/
folder that can be deployed.