compilium
compilium copied to clipboard
Support init expr for global vars.
$ echo 'int i = 0;' | ../compilium
Preprocess begin
Parse begin
[
(op=<> R=(op= R=(op=<i>)))
]
Analyze begin
`i` has a type: int
Gvar: i: int
Error: Assertion failed: false at analyzer.c:300