compilium icon indicating copy to clipboard operation
compilium copied to clipboard

Support init expr for global vars.

Open hikalium opened this issue 5 years ago • 0 comments

$ 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

hikalium avatar Oct 23 '20 15:10 hikalium