neoh 0.1.0

A declarative HDL transpiler for rapid testbench development.
1
2
3
4
5
use pest_derive::Parser;

#[derive(Parser)]
#[grammar = "grammar.pest"]
pub struct NeoParser;