[update] readme and cxxopts
This commit is contained in:
@@ -4,7 +4,7 @@ A slight syntactic superset of BF.
|
||||
|
||||
Development requirements:
|
||||
1. cxxopts -> v2.2.1
|
||||
2. antlr4
|
||||
2. antlr4 -> v4
|
||||
|
||||
|
||||
*HelloWorld.bfe*
|
||||
@@ -61,9 +61,8 @@ Eg.
|
||||
|
||||
## Setup oddities (dev)
|
||||
|
||||
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.
|
||||
1. Copy `antlr-4.8-complete.jar` to `./thirdparty/antlr`. (Required only if grammar has to be updated)
|
||||
2. Generate parsers to `./libs/generated` or use VSCode with the ANTLR extension.
|
||||
|
||||
## Todo (Tentative)
|
||||
|
||||
|
Reference in New Issue
Block a user