erg/compiler/erg_compiler/context
Slug cafdd8ac35
Merge pull request #249 from GreasySlug/func-and-proc-hint
Since a function is a subtyping of a procedure, it can take a function as an argument only if it can take a procedure as an argument.
However, the reverse is not possible, so a type mismatch is detected.
A hint message for each lang for this is added.
2022-11-30 21:13:47 +09:00
..
initialize Change built-in APIs' parameter names 2022-11-24 20:40:24 +09:00
cache.rs Add comments & refactoring 2022-11-08 02:26:06 +09:00
compare.rs Fix a subroutine type relation check bug 2022-11-24 22:55:50 +09:00
eval.rs Improve error message for referring to a variable before its definition 2022-11-28 10:38:01 +09:00
hint.rs Clean: fix wrong color and update messages 2022-11-30 21:06:12 +09:00
inquire.rs Add test cases for args.er 2022-11-29 21:21:44 +09:00
instantiate.rs Fix #247 2022-11-27 20:24:11 +09:00
mod.rs Improve error messages for deleted variable access 2022-11-28 22:13:48 +09:00
register.rs Improve error messages for deleted variable access 2022-11-28 22:13:48 +09:00
test.rs Fix tests 2022-11-16 20:03:25 +09:00
tyvar.rs Fix #247 2022-11-27 20:24:11 +09:00