Name |
Last commit
|
Last update |
---|---|---|
.github/workflows | ||
src | ||
test | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
NOTICE | ||
README.md | ||
Setup.hs | ||
notice.sh | ||
stack.yaml | ||
stack.yaml.lock | ||
sv2v.cabal |
Without this patch, a stray `endif caused sv2v to take the tail of an empty list. Now we raise a lexical error. To do this, the patch pulls the "push" and "pop" logic for the preprocessor condition stack into separate helper functions (pushCondStack and popCondStack). It also defines some helper functions for manipulating Cond's. The patch also adds a documentation comment explaining what the different values of Code meant (because I had to squint to work it out).
Name |
Last commit
|
Last update |
---|---|---|
.github/workflows | Loading commit data... | |
src | Loading commit data... | |
test | Loading commit data... | |
.gitignore | Loading commit data... | |
LICENSE | Loading commit data... | |
Makefile | Loading commit data... | |
NOTICE | Loading commit data... | |
README.md | Loading commit data... | |
Setup.hs | Loading commit data... | |
notice.sh | Loading commit data... | |
stack.yaml | Loading commit data... | |
stack.yaml.lock | Loading commit data... | |
sv2v.cabal | Loading commit data... |