Skip to content

Commit

Permalink
Merge pull request #13 from dqn/modify-docs
Browse files Browse the repository at this point in the history
Modify docs
  • Loading branch information
dqn authored Sep 15, 2020
2 parents 0525a72 + 25d583f commit c443f13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ test/
.prettierignore
.prettierrc
jest.config.js
renovate.json
tsconfig.json
yarn.lock
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ console.log(code); // >,<[-]>[<+>>+<-]>[-]<<[>>+<+<-]>[<+>-]>.[-]

## CLI

```bash
$ npm install -g @dqn/bigbrain
```

and

```bash
$ bigbrain <source-file-path>
# or
Expand Down Expand Up @@ -58,6 +64,7 @@ for (i = 1; i <= x; ++i) {
// => buzz
} else {
print(i);
// => (raw number)
}
putchar(10);
// => \n
Expand All @@ -70,7 +77,7 @@ Output:
>>,>++<[>[>+>+<<-]>>[<<+>>-]<<<-]>[-]>[<<+>>-]<<<<[-]>>[<<+>>>+<-]>...
```

## Features
## Syntax

### variable

Expand Down

0 comments on commit c443f13

Please sign in to comment.