forj-syntax 0.1.1

A helper crate of forj for expressing a SystemVerilog concrete syntax tree
Documentation
[package]
name = "forj-syntax"
description = "A helper crate of forj for expressing a SystemVerilog concrete syntax tree"
version = "0.1.1"
authors = ["Aidan McNay <aidanmcnay@gmail.com>"]
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/Aidan-McNay/forj"
readme = "../README.md"
keywords = ["systemverilog"]
categories = ["data-structures"]

[dependencies]

[build-dependencies]
syn = { version = "2.0", features = ["full", "visit"] }
quote = "1.0"
walkdir = "2.3"
proc-macro2 = "1.0"

[features]
lossless = []