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
> Bread is only for linux, there are no plans to port it to windows or macos
3
+
4
+
1
5
# bread
2
6
The bread programming language
7
+
8
+
## What is bread?
9
+
Bread is a custom programming language, built to compile to C++
10
+
11
+
## How 2 use
12
+
Documentation can be found at `docs/COMMANDS.md`
13
+
Examples can be found in the examples folder.
14
+
To compile your `.bread` program, run the executable with your filename as the argument and a compiled version should appear in your folder with the same name!
15
+
16
+
3
17
## What are the branches for?
4
-
fs - Active development branch, implementation of filesystem versions. Code pushed here may not work.
18
+
fs - Experimental features branch. Code pushed here may not work.
5
19
6
20
main - The main branch, used when not implementing a major new function. Code pushed here works.
0 commit comments