| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A slight syntactic superset of BF.
Development requirements:
HelloWorld.bfe
-[-7>+<]>-.-[->+5<]>++.+7..+3.[-3>+<]>-5.--[->+4<]>-.-8.+3.-6.-8.
./bfc -h #Help
./bfc prog.bfe #Execute
./bfc prog.bfe -a bf #Translate file to bf
./bfc prog.bfe -a cpp # Translate file to cppBasic
,. IO
<> Address manipulation
+- Value manipulation
[] Looping constructComments
// - Single Line
/* */ - Multi Line
Repeats
<symbol><number> (<symbols>)<number>
Eg.
+65. //prints A > (+65>)3 //stores AAA (<.)3 //prints AAA
| Back | FazBrowse Home | New Git URL |