Fixes for constants and nil parameters

This commit is contained in:
gingerBill
2020-03-08 19:38:50 +00:00
parent d1e670335f
commit bf0c6f5a30
2 changed files with 83 additions and 14 deletions
+2 -1
View File
@@ -312,7 +312,8 @@ void lb_emit_increment(lbProcedure *p, lbValue addr);
lbValue lb_type_info(lbModule *m, Type *type);
lbValue lb_find_or_add_entity_string(lbModule *m, String const &str);
lbValue lb_generate_anonymous_proc_lit(lbModule *m, String const &prefix_name, Ast *expr, lbProcedure *parent = nullptr);
bool lb_is_const(lbValue value);
bool lb_is_const_nil(lbValue value);