~repos /plum

#treesitter#compiler#wasm

git clone https://pyrossh.dev/repos/plum.git

A statically typed, imperative programming language inspired by rust, python



test/LibC.plum



module LibC
include "include/libs/libc"
import std.(C)
import std.(List, Map, Math)
import std/encoding.(Base64)
extern sqrt(x: C.Double) -> C.Double
extern pow(x: C.Double, y: C.Double) -> C.Double
extern sqrt(x: C.Double) -> C.Double