ikskuh / LoLa

LoLa is a small programming language meant to be embedded into games.
https://lola.random-projects.net/
MIT License
194 stars 10 forks source link

Fix miscompilation #31

Closed ikskuh closed 4 years ago

ikskuh commented 4 years ago
for(i in Range(1, 100)) {
  Print("Round ", i);
}

Compiles without diagnostic messages, but fails to execute anything afterwards...

ikskuh commented 4 years ago

Seemes to be a non-problem after all?