Minor update of spelling/grammar in README.

This commit is contained in:
Dave McEwan 2022-05-16 16:53:07 +01:00 committed by GitHub
parent 3d13767002
commit e325cfbe0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,10 @@
# SystemVerilog Filelist Parser # SystemVerilog Filelist Parser
A library in Rust to parse a SystemVerilog Filelist and return A Rust library to parse a SystemVerilog Filelist and return lists of files,
a list of files, include directories and defines. include directories, and preprocessor macro definitions.
Environment variables optionally enclosed in paranthesis or Environment variables, optionally enclosed in parenthesis or curly braces
curly braces (i.e. `$`, `$()` or `${}`) will be automatically (e.g. `$FOO`, `$(FOO)` or `${FOO}`), will be substituted.
substituted.
## Example ## Example