Closed BigBadE closed 9 months ago
Describe the bug For loops are currently broken in the parser
Raven Code To Reproduce
import stdio; fn main() { for i in 0..5 { printf("Test!"); } }
Describe the bug For loops are currently broken in the parser
Raven Code To Reproduce