File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -22,24 +22,16 @@ From the repository root:
2222cmake -S parsers/cpp -B build -G Ninja
2323
2424# Build
25- cmake --build build -- -j
25+ cmake --build build --parallel
2626
2727# Run the parser
28- ./build/main samples/example_header .log
28+ ./build/main samples/example .log
2929```
3030
3131Notes
3232- Network access is required at configure time the first time CMake fetches
3333 the ANTLR sources. Subsequent config/builds will reuse the downloaded copy
3434 in the build directory.
35- - If you need offline builds or reproducible environments, pin the ANTLR
36- tag/commit in `parsers/cpp/CMakeLists.txt` (the default is v4.13.2).
37- - Manual Make/Ninja instructions and the repository-local ` antlr4 ` layout have
38- been removed. Use the CMake workflow above.
3935
4036Other parsers
4137- Python parser: see ` parsers/python ` and its ` run.sh ` script.
42-
43- If you want me to add an optional command to pre-populate a local ` antlr4 `
44- clone for offline use, I can add a small script or Make target that performs
45- that step.
You can’t perform that action at this time.
0 commit comments