erg/crates/erg_compiler/context/initialize
Shunsuke Shibayama 4dcca2b06d fix(typechecker): type generalization & dereference bugs
* `Context::subtype_of` now has `allow_cast` param. If this is `false`, cast-aware comparisons are not performed.
2023-02-21 17:04:52 +09:00
..
classes.rs feat: add Bytes.d.er/Obj.d.er 2023-02-18 13:46:48 +09:00
const_func.rs fix(typechecker): type generalization & dereference bugs 2023-02-21 17:04:52 +09:00
funcs.rs feat: allow separating sample code and doc-comments 2023-02-17 20:37:15 +09:00
mod.rs feat: add Bytes.d.er/Obj.d.er 2023-02-18 13:46:48 +09:00
patches.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
procs.rs feat: allow separating sample code and doc-comments 2023-02-17 20:37:15 +09:00
traits.rs Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00