All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cvc5-cvc5-1.2.0.src.main.gen-token-header.sh Maven / Gradle / Ivy

The newest version!
#!/bin/sh

grep "\"[a-zA-Z][a-zA-Z0-9_-][a-zA-Z0-9_-]*\"" "$1" | \
  sed 's/.*'\"'\([a-zA-Z0-9_-]*\)'\"'.*/"\1",/' | \
  sort -u > "$2"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy