Description
Small C-like scripts can be interpreted without a full compile step. This Git build of PicoC is useful for embedded experiments, teaching, quick scripting, and projects that need a tiny C interpreter. It is run from a terminal with the picoc command. Scripts can read files, compute indefinitely, or call exposed APIs, so untrusted code should be reviewed before execution.