libreda-structural-verilog 0.0.5

Parser for structural verilog as it is created by Yosys.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2020-2021 Thomas Kramer.
// SPDX-FileCopyrightText: 2022 Thomas Kramer <code@tkramer.ch>
//
// SPDX-License-Identifier: AGPL-3.0-or-later

extern crate lalrpop;

fn main() {
    lalrpop::process_root().unwrap();
}