Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 382 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 382 Bytes

breeze-rect

A breeze plugin for the Rect programming language

instalation

pip3 install breeze-build breeze-rect

cd your_rect_project
touch breeze.toml

then, in your configuration file, type the following contents:

[project]
name = "hello"
lang = "rect"

[config.rect-lang]
type = "exec"
sources = ["./src/**/*.rct"]

and finally,

breeze build