Add readme updates

This commit is contained in:
2020-10-01 22:05:24 +05:30
parent 036fefcd1d
commit 6f56891851

View File

@@ -12,6 +12,13 @@ Requires:
-[-7>+<]>-.-[->+5<]>++.+7..+3.[-3>+<]>-5.--[->+4<]>-.-8.+3.-6.-8. -[-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 ## Setup oddities
@@ -19,7 +26,6 @@ Requires:
2. Copy `antlr-4.8-complete.jar` to `./thirdparty/antlr`. 2. Copy `antlr-4.8-complete.jar` to `./thirdparty/antlr`.
3. Generate parsers to `./libs/generated` or use VSCode with the ANTLR extension. 3. Generate parsers to `./libs/generated` or use VSCode with the ANTLR extension.
## Todo (Tentative) ## Todo (Tentative)
- [ ] Grammar - [ ] Grammar