mirror of
https://github.com/supleed2/sv-filelist-parser.git
synced 2024-12-22 13:25:49 +00:00
Minor update of spelling/grammar in README.
This commit is contained in:
parent
3d13767002
commit
e325cfbe0b
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue