TheSwanFactory / hclang

Homoiconic C - a universal data format for computation
https://theswanfactory.wordpress.com/2016/12/20/homoiconic-c-a-universal-language-for-code-and-data/
MIT License
4 stars 0 forks source link

pop.mismatched-brackets #175

Closed drernie closed 11 months ago

drernie commented 11 months ago
.hc 0.5.3;
; <>
pop.mismatched-brackets
# <>
; {}
pop.mismatched-brackets
# {}
; []
pop.mismatched-brackets
# []
; () # no error
drernie commented 11 months ago

Either get rid of the error, or understand its cause.