improved handling of procedural for loops
- convert loops with no or many incrementations - restrict AST node to only contain traditional initializations - parser elaborates for loop decls into a synthetic block - decl list codegen is now specific to parameter decl lists - update jump conversion special cases for new representation - first experiments with bimapM
Showing
src/Convert/ForAsgn.hs
0 → 100644
src/Convert/ForDecl.hs
deleted
100644 → 0
test/core/for_incrs.sv
0 → 100644
test/core/for_incrs.v
0 → 100644
Please
register
or
sign in
to comment