erg/compiler/erg_parser
Shunsuke Shibayama 30f6e98715 Fix polymorphic type infering bugs
Delete: DefaultParamSignarure
Add: some convinient APIs (py, p!)

Inferences can now be made that take into account the variance of polymorphic types
2022-08-14 00:45:55 +09:00
..
tests Do cargo fmt 2022-08-13 07:02:07 +09:00
.gitignore Organize crates 2022-08-13 06:38:12 +09:00
ast.rs Fix polymorphic type infering bugs 2022-08-14 00:45:55 +09:00
Cargo.toml Organize crates 2022-08-13 06:38:12 +09:00
desugar.rs Fix polymorphic type infering bugs 2022-08-14 00:45:55 +09:00
error.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
lex.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
lib.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
main.rs Do cargo fmt 2022-08-13 07:02:07 +09:00
parse.rs Fix polymorphic type infering bugs 2022-08-14 00:45:55 +09:00
README.md Organize crates 2022-08-13 06:38:12 +09:00
token.rs Do cargo fmt 2022-08-13 07:02:07 +09:00

Erg parser

Why isn't this module but crate?

For maintainability. This crate has tests.