Support extern constants of any primitive type.

This commit is contained in:
Chris Fallin
2021-09-15 00:01:51 -07:00
parent d0ace640a2
commit 20bc5ca7a8
7 changed files with 222 additions and 61 deletions

View File

@@ -6,8 +6,6 @@
parse instead where we know the polarity of pattern-term args and parse
in-args as exprs.
- Support extern constants.
- Look into whether optimizations are possible:
- More in-depth fallibility analysis (avoid failure edges where possible)