[update] readme and cxxopts
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
||||
.antlr/
|
||||
build/
|
||||
lib/
|
||||
# lib/
|
||||
# Prerequisites
|
||||
thirdparty/antlr/*.jar
|
||||
*.d
|
||||
|
@@ -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)
|
||||
|
||||
|
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