[update] readme and cxxopts

This commit is contained in:
2021-04-04 18:23:58 +05:30
parent b38a794465
commit f11f844ef5
3 changed files with 2387 additions and 5 deletions

2
.gitignore vendored
View File

@@ -1,6 +1,6 @@
.antlr/
build/
lib/
# lib/
# Prerequisites
thirdparty/antlr/*.jar
*.d

View File

@@ -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)

File diff suppressed because it is too large Load Diff