Browse Source

Update README.txt

Yann Weber 5 years ago
parent
commit
fcf489a567
1 changed files with 4 additions and 5 deletions
  1. 4
    5
      README.txt

+ 4
- 5
README.txt View File

1
-BFC : a BrainFuck Compiler & interpreter
2
-----------------------------------------
1
+BFC : a BrainFuck Compiler
2
+--------------------------
3
 
3
 
4
 Build :
4
 Build :
5
 -------
5
 -------
9
 
9
 
10
 Usage :
10
 Usage :
11
 -------
11
 -------
12
-	./bfc [-h] [-e [-o a.out]] FILE.bf
12
+	./bfc [-h] [-o a.out] FILE.bf
13
 
13
 
14
 Options :
14
 Options :
15
 ---------
15
 ---------
16
  	-h print usage and exit
16
  	-h print usage and exit
17
-	-e tell bfc to produce a elf file
18
-	-o with -e indicate the file to create
17
+	-o indicate the file to create (default is a.out)
19
 	FILE.bf the brainfuck source file to compile
18
 	FILE.bf the brainfuck source file to compile

Loading…
Cancel
Save