Skip to content

Commit

Permalink
Add readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvrose committed Oct 1, 2020
1 parent 036fefc commit 6f56891
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,20 @@ Requires:
-[-7>+<]>-.-[->+5<]>++.+7..+3.[-3>+<]>-5.--[->+4<]>-.-8.+3.-6.-8.
```

## Usage

```sh
./bfc -h #Help
./bfc prog.bfe #Execute
./bfc prog.bfe -t #Translate file to bf
```

## Setup oddities

1. Copy antlr4's cpp libs to `./libs/antlr4`. (Please take care that the include folder points straight to the files not to `antlr-runtime`)
2. Copy `antlr-4.8-complete.jar` to `./thirdparty/antlr`.
3. Generate parsers to `./libs/generated` or use VSCode with the ANTLR extension.


## Todo (Tentative)

- [ ] Grammar
Expand Down

0 comments on commit 6f56891

Please sign in to comment.