Modify: bf: add file optional argument

This commit is contained in:
xamidev
2024-09-05 16:10:01 +02:00
parent d2034cd68b
commit acbcc54e51
7 changed files with 69 additions and 9 deletions

View File

@@ -69,9 +69,9 @@ Clears the screen by scrolling (screen height) times.
A math lexer & parser that can calculate simple arithmetic operations. Adding, subtracting, multiplying, dividing, and factoring are supported. (I plan to get support for trigonometric functions maybe)
#### `bf`
#### `bf <optional: file>`
A brainfuck interpreter with every instruction and default tape size (30k cells).
A brainfuck interpreter with every instruction and default tape size (30k cells). Takes an optional argument, the filename for a Brainfuck source file.
#### `uptime`