mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-15 00:10:50 +00:00
4 lines
110 B
Bash
Executable File
4 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cargo run -p lalrpop -- --force --no-whitespace --out-dir . lalrpop/src/parser/lrgrammar.lalrpop
|