Skip to main content

Civet

Civet is a programming language that compiles to TypeScript or JavaScript. It features a concise syntax with significant whitespace, pattern matching, and modern JavaScript features.

Usage​

Demo​

show code
import { createPlayground } from 'livecodes';

const options = {
"template": "civet"
};
createPlayground('#container', options);

Language Info​

Name​

civet

Extensions​

.civet

Editor​

script

Compiler​

Civet compiler

Version​

@danielx/civet: v0.11.0

Code Formatting​

Not supported.

Starter Template​

https://livecodes.io/?template=civet