issues
search
degory
/
ghul
compiler for the ghūl programming language
https://ghul.dev
GNU Affero General Public License v3.0
4
stars
0
forks
source link
Recursive anonymous functions
#1123
Closed
degory
closed
8 months ago
degory
commented
8 months ago
Enhancements:
Add initial support for recursion in anonymous functions (see #1068)
Reduce propagation of error values (see #1122)
Technical:
Report consumption of error or any typed values as hints for diagnostic purposes
Track whether any error or any values consumed, for future use detecting potentially unreported type inference failures
Enhancements:
Technical: