You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brained (name idea) is a CLI tool to ease the development of Brainf**k projects. Under the hood, it makes use of the brainrs interpreter, and gives you a project structure, build and run pipeline and tools and a easier way of working with your code.
All Brainf**k code files should be placed in the src directory, where all will be passed as included files and then main.rs will be the last to be executed. All output, if any, would go to the build folder. The Brained.toml file takes care of dependencies and all data related to the project.
File execution order
If your files should execute in any specific order, you can achieve so by indicating it in the Brained.toml file.
The text was updated successfully, but these errors were encountered:
brained
(name idea) is a CLI tool to ease the development of Brainf**k projects. Under the hood, it makes use of thebrainrs
interpreter, and gives you a project structure, build and run pipeline and tools and a easier way of working with your code.Project structure
All Brainf**k code files should be placed in the src directory, where all will be passed as included files and then main.rs will be the last to be executed. All output, if any, would go to the build folder. The Brained.toml file takes care of dependencies and all data related to the project.
File execution order
If your files should execute in any specific order, you can achieve so by indicating it in the Brained.toml file.
The text was updated successfully, but these errors were encountered: