Skip to content

Releases: conol-ai/cohdl

cohdl v0.6.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 01:05

Install: curl -fsSL https://raw.githubusercontent.com/conol-ai/cohdl/main/install.sh | sh — or download the archive for your platform below and put cohdl on PATH. An installed binary updates itself with cohdl self-update.

cohdl v0.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 03:35

Install: curl -fsSL https://raw.githubusercontent.com/conol-ai/cohdl/main/install.sh | sh — or download the archive for your platform below and put cohdl on PATH. An installed binary updates itself with cohdl self-update.

CoHDL Explorer 0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 04:23

Signed and notarized universal macOS app: mount the DMG, drag CoHDL Explorer to Applications, open it, and pick a CoHDL project. Or run the explorer from source — see explorer/README.md.

cohdl v0.4.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 14:25

Install: curl -fsSL https://raw.githubusercontent.com/conol-ai/cohdl/main/install.sh | sh — or download the archive for your platform below and put cohdl on PATH. An installed binary updates itself with cohdl self-update.

cohdl v0.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 04:35

Install: curl -fsSL https://raw.githubusercontent.com/conol-ai/cohdl/main/install.sh | sh — or download the archive for your platform below and put cohdl on PATH. An installed binary updates itself with cohdl self-update.

CoHDL VS Code extension 0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:31

Install with: code --install-extension cohdl-0.1.0.vsix — or from the VS Code Marketplace. See editors/vscode/README.md.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 02:50

What's Changed

  • Add end-to-end integration tests for the cohdl compiler pipeline by @conol-tony in #21

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 00:36

What's Changed

  • Add CI/CD pipeline and code quality configuration by @conol-tony in #1
  • Add mdBook documentation structure and CI integration by @conol-tony in #2
  • Add PEG grammar and comprehensive parser tests for CoHDL by @conol-tony in #3
  • Add typed AST definitions for cohdl hardware description language by @conol-tony in #4
  • Implement CST-to-AST lowering pass for cohdl-parser by @conol-tony in #5
  • Implement semantic analysis and name resolution for cohdl by @conol-tony in #6
  • Add type checking and monomorphization pass for generic parameters by @conol-tony in #7
  • Add connectivity IR module for flattening and merging nets by @conol-tony in #8
  • Implement built-in DRC rule engine on ConnectivityIR by @conol-tony in #9
  • Add user-defined DRC rules with expression IR and device override by @conol-tony in #10
  • Implement KiCad legacy netlist emitter (.net XML format) by @conol-tony in #11
  • Implement designator lock file mechanism (design.lock) by @conol-tony in #12
  • Implement BOM emitter with simple and AVL output modes by @conol-tony in #13
  • Implement cohdl CLI with build, check, and fmt subcommands by @conol-tony in #14
  • Add VS Code syntax highlighting for cohdl language by @conol-tony in #15
  • Add init subcommand to scaffold new cohdl projects by @conol-tony in #16
  • Add comprehensive documentation for cohdl language and tooling by @conol-tony in #17
  • Implement Language Server Protocol support for CoHDL by @conol-tony in #18
  • Add VS Code extension with language server integration by @conol-tony in #19
  • Add automated release workflow for multi-platform builds by @conol-tony in #20

New Contributors

Full Changelog: https://github.com/conol-ai/cohdl/commits/v0.1.0