bfbasic

所属分类:博客
开发工具:Java
文件大小:0KB
下载次数:0
上传日期:2020-08-13 11:33:35
上 传 者sh-1993
说明:  这是BFBASIC(<;https:esolangs.org wiki BFBASIC>;)的GitHub和Eclipse的端口。
(This is a port to GitHub and Eclipse of BFBASIC (<https: esolangs.org wiki BFBASIC>).)

文件列表:
LICENSE (18092, 2020-08-13)
bfbasic/ (0, 2020-08-13)
bfbasic/.classpath (301, 2020-08-13)
bfbasic/.project (383, 2020-08-13)
bfbasic/.settings/ (0, 2020-08-13)
bfbasic/.settings/org.eclipse.jdt.core.prefs (598, 2020-08-13)
bfbasic/HOW TO RELEASE.txt (1072, 2020-08-13)
bfbasic/LICENSE (18323, 2020-08-13)
bfbasic/bfbasic.bat (60, 2020-08-13)
bfbasic/bfbasic.sh (38, 2020-08-13)
bfbasic/examples/ (0, 2020-08-13)
bfbasic/examples/99bob.bas (422, 2020-08-13)
bfbasic/examples/bfbasc.bas (1725, 2020-08-13)
bfbasic/examples/debugger/ (0, 2020-08-13)
bfbasic/examples/debugger/bfbdebug.bas (11273, 2020-08-13)
bfbasic/examples/debugger/bfbdebug.txt (964, 2020-08-13)
bfbasic/examples/draw.bas (1020, 2020-08-13)
bfbasic/examples/guess.bas (385, 2020-08-13)
bfbasic/examples/hellobfb.bas (45, 2020-08-13)
bfbasic/examples/line.bas (162, 2020-08-13)
bfbasic/examples/reverse.bas (213, 2020-08-13)
bfbasic/src/ (0, 2020-08-13)
bfbasic/src/AlgebraicExpression.java (25357, 2020-08-13)
bfbasic/src/Variables.java (4701, 2020-08-13)
bfbasic/src/bfbasic.java (67942, 2020-08-13)

# bfbasic This is a port to Eclipse and GitHub of [BFBASIC](https://esolangs.org/wiki/BFBASIC), a compiler that compiles BASIC into [BrainFuck](https://esolangs.org/wiki/Brainfuck) code. I created this repository because the original project on SourceForge seems to be closed and its [CVS repository](http://brainfuck.cvs.sourceforge.net/brainfuck/) being available only in read-only mode. Please notice that there is [another repository](https://github.com/rdebath/bfbasic) that contains a 1:1 copy of the CVS contents I used to start this repo. Currently, I only made very minor changes to the original code (starting from version 1.50 rc3). ## Usage Unzip the `.zip` release file. It includes `bfbasic.jar` which is an executable Java JAR that contains the BFBASIC compiler. The .zip file contains also batch and shell files for Windows and \*nix to execute the compiler directly (assuming Java is in your execution path) with: ``` bfbasic [-c] [-d[d[d]]] [-O#] [-t] [-w [#]] FILE[.bas] [[-o] FILE] [-?] -c Treat newline as CRLF, default: LF -d Debug output -dd Verbose debug output -ddd Only debug output, no > or < generated -Olevel Optimization level, default: 2 -t Write variable table -w [column] Wraps output at the given column, default: 72 FILE Input filename -o outfile Specify output filename, default: FILE.b -? Display usage information ``` Please notce that you need [Java](https://java.com/en/download/) installed on your machine in order to run BFBASIC. In addition, you will need a [BrainFuck compiler or iterpreter](https://esolangs.org/wiki/Brainfuck_implementations) to execute the generated BrainFuck code.

近期下载者

相关文件


收藏者