Skip to content

mauro-balades/breeze-rect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A breeze plugin for the Rect programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages