Skip to content

youngar/hwml-rs

Repository files navigation

HWML

CI

HWML is an in-development hardware description language equiped with a powerful metaprogramming layer.

meta def option.map {a} {b} (f : ^a -> ^b)) (x : ^(option a)) : ^(option b) =
  match x with
    | some v => f v
    | none   => none

Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published