Civet is a programming language created in 2022 by Daniel X Moore.
#509on PLDB | 2Years Old |
git clone https://github.com/DanielXMoore/Civet
A TypeScript superset that favors more types and less typing
switch x
0
console.log("zero")
/^\s+$/
console.log("whitespace")
[{type: "text", content}, ...rest]
console.log("leading text", content)