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
Allow void if expressions
#1164
Closed
degory
closed
7 months ago
degory
commented
7 months ago
Enhancements:
Allow void values in if expressions (closes #1159)
Pass type constraints through if let and nested if (closes #1160)
Bugs fixed:
Signature help not available for constructor calls without new (closes #1161)
let in not accepted in return statement (closes #1162)
Lambdas cannot infer void return type (closes #1163)
Enhancements:
Bugs fixed: