Skip to content

Commit 34ca2ad

Browse files
committed
Update readme
1 parent 0f0562b commit 34ca2ad

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

vhdl_syntax/README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
11
# VHDL Syntax Library
22

3-
This crate contains a library to tokenize, parse, and work with VHDL files.
3+
This crate contains a library to tokenize, parse, and, in general, work with VHDL files.
44

5-
# Quickstart
5+
## Status
6+
7+
⚠️ **Early Stage**: This crate is in a very early stage of development and is **not intended for production use**.
8+
All public API methods are subject to change at any given time.
9+
10+
## Quickstart
611

712
<!-- TODO: Simple qickstart guide -->
813

9-
# Examples
14+
## Examples
1015

1116
All examples can be found in the [examples](./examples/) folder.
1217

13-
## [doc_extraction](./examples/doc_extraction.rs)
18+
### [doc_extraction](./examples/doc_extraction.rs)
1419

1520
Contains a minimalistic documentation extraction tool.
1621

17-
## [linting](./examples/linting.rs)
22+
### [linting](./examples/linting.rs)
1823

1924
Shows how to use this crate to build a simple VHDL linter
2025

21-
## [name_changing](./examples/name_changing.rs)
26+
### [name_changing](./examples/name_changing.rs)
2227

2328
Showcases the AST rewriting capabilities to change the name of a VHDL entity.
2429

25-
## [source_refactring](./examples/source_refactoring.rs)
30+
### [source_refactring](./examples/source_refactoring.rs)
2631

2732
Shows how the library can be used to exchange source code elements that are more
2833
than just a token.

0 commit comments

Comments
 (0)