2b17338a65a7f600ebdfd36afdcfe33b0ec746bb
bfc
An extension of a language that shall not be named
Hello world
-[-7>+<]>-.-[->+5<]>++.+7..+3.[-3>+<]>-5.--[->+4<]>-.-8.+3.-6.-8.
Setup oddities
- Copy antlr4's cpp libs to
./libs/antlr4
. (Please take care that the include folder points straight to the files not toantlr-runtime
) - Copy
antlr-4.8-complete.jar
to./thirdparty/antlr
. - Generate parsers to
./libs/generated
or use VSCode with the ANTLR extension.
Todo (Tentative)
- Grammar
- Number shorthand
- Loop statements
- Shorthand segments
- Processing
- Translate to bf
- Execute result
Description
Languages
C++
97.2%
ANTLR
1.5%
CMake
1.3%