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
This is a port to GitHub of BFBASIChttps://esolangs.org/wiki/BFBASIC
2
+
This is a port to Eclipse and GitHub of [BFBASIC](https://esolangs.org/wiki/BFBASIC).
3
3
4
-
I created this repository because the original project on SourceForge (http://brainfuck.cvs.sourceforge.net/brainfuck/) seems to be closed and only its CVS repository being available in read-only mode.
4
+
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.
5
+
6
+
Currently, I only made very minor changes to the original code (starting from version 1.50 rc3).
7
+
8
+
## Usage
9
+
Unzip the `.zip` release file. It includes `bfbasic.jar` which is an executable Java JAR that contains the BFBASIC compiler.
10
+
11
+
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:
0 commit comments