[update] readme and cxxopts
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
.antlr/
|
.antlr/
|
||||||
build/
|
build/
|
||||||
lib/
|
# lib/
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
thirdparty/antlr/*.jar
|
thirdparty/antlr/*.jar
|
||||||
*.d
|
*.d
|
||||||
|
@@ -4,7 +4,7 @@ A slight syntactic superset of BF.
|
|||||||
|
|
||||||
Development requirements:
|
Development requirements:
|
||||||
1. cxxopts -> v2.2.1
|
1. cxxopts -> v2.2.1
|
||||||
2. antlr4
|
2. antlr4 -> v4
|
||||||
|
|
||||||
|
|
||||||
*HelloWorld.bfe*
|
*HelloWorld.bfe*
|
||||||
@@ -61,9 +61,8 @@ Eg.
|
|||||||
|
|
||||||
## Setup oddities (dev)
|
## 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`)
|
1. Copy `antlr-4.8-complete.jar` to `./thirdparty/antlr`. (Required only if grammar has to be updated)
|
||||||
2. Copy `antlr-4.8-complete.jar` to `./thirdparty/antlr`.
|
2. 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)
|
||||||
|
|
||||||
|
2383
lib/cxxopts/include/cxxopts.hpp
Normal file
2383
lib/cxxopts/include/cxxopts.hpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user