/divine

The Divine language tools

Primary LanguageC

Divine

A simple language written in C

Badges

GitHub commit activity GitHub Workflow Status

Usage/Examples

Simple hello:

"Hello world";

Imports:

use "file.divine"

Functions:

I0 println(str txt)
{
    txt;
}

License

0BSD