Cflat

This package implements the C♭ language (pronounced C-flat). It aims to implement the procedural subset of C#.

Currently, it supports:

Functionality implemented:

Installation

The package can be installed by adding cflat to your list of dependencies in mix.exs:

def deps do
  [
    {:cflat, "~> 0.2.2"}
  ]
end

The docs can be found at https://hexdocs.pm/cflat.

Use

Open the demo in Livebook.