formulog
formulog copied to clipboard
Add support for character literals
We should support character literals like 'a'
. At a minimum, we could restrict support to the front end, where they could be converted to i32
s.