| ▲ | zem 3 days ago | |||||||
if nothing else, you could guess that a compilation error within a function body would still let other functions be compiled, and proceed on that basis. | ||||||||
| ▲ | jallmann 3 days ago | parent [-] | |||||||
Depending on the error, the grammar, and the parser, it may not be possible to close the function body. Most compilation units are file-based for this reason. | ||||||||
| ||||||||