calyx 0.7.1

Compiler Infrastructure for Hardware Accelerator Generation
1
2
3
4
5
6
7
8
9
10
---CODE---
1
---STDERR---
Error: Failed to parse `tests/errors/parser/cell-missing-semi.futil`:  --> 4:5
  |
4 |     h = std_reg(32)
5 |     l = std_reg(32);␊
  |     ^
  |
  = Declaration is missing `;`