apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Compiler: functions with no arguments are not checked for existence correctly #174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a stopgap in codegen which halts the compiler if a function with zero 
arguments is called but has not been defined; this should be turned into proper 
checking at the call site.

Original issue reported on code.google.com by don.ap...@gmail.com on 17 Sep 2014 at 5:07

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by don.ap...@gmail.com on 27 Sep 2014 at 10:56