Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 321 Bytes

readme.md

File metadata and controls

27 lines (14 loc) · 321 Bytes

Carbonara Script

This is a transcompiled language to JavaScript.

Just TESTING.

Usage:

const carbonara = require("carbonara");

carbonara.execute({
	code:"print 'wow'",
	compression:false,
	consoleOutput:true,
	execute:false
})

Playground: https://marc2332.github.io/carbonara-script/