Shunsuke Shibayama
e36746f964
Fix Array type inference
2022-08-19 10:43:57 +09:00
Shunsuke Shibayama
34fc074061
Update version (v0.2.6)
2022-08-19 02:51:29 +09:00
Shunsuke Shibayama
791107cdd3
Fixed a type inference bugs
...
Pass source code line numbers instead of error numbers as a temporary hack
2022-08-19 01:33:05 +09:00
Shunsuke Shibayama
3314825fc1
Partial fix #57
2022-08-18 18:40:30 +09:00
Shunsuke Shibayama
842fe10353
Add language target: simplified/traditional chinese
...
Ready for multilingualization. See /doc/EN/dev_guide/i18n_messages.md.
2022-08-18 16:31:35 +09:00
Shunsuke Shibayama
7400232b6b
Format THIRD_PARTY_CREDITS.md
2022-08-18 11:46:42 +09:00
toddlerer
88fc25978f
Add support for parse tests
2022-08-18 10:53:22 +09:00
Shunsuke Shibayama
15e7f8c5ad
Fix: ParserRunner::eval
parsing with default cfgs
2022-08-18 02:59:55 +09:00
Shunsuke Shibayama
fb3e42c57b
Update parse.rs
2022-08-18 02:49:11 +09:00
Shunsuke Shibayama
08f6c79a0e
Add ParserRunner::parse_from
2022-08-18 02:44:27 +09:00
Shunsuke Shibayama
fa33a2003b
Create .pre-commit-config.yml
2022-08-17 23:42:32 +09:00
Shunsuke Shibayama
974bfc0b86
Delete unnecessary deps
2022-08-17 22:52:17 +09:00
Shunsuke Shibayama
7206df97ae
Update version (v0.2.5)
2022-08-17 12:38:56 +09:00
Shunsuke Shibayama
1e3819b416
Set timeout in REPL
2022-08-17 12:02:56 +09:00
Shunsuke Shibayama
4e91cb81cb
Merge branch 'main' into clippy
2022-08-17 01:26:00 +09:00
Shunsuke Shibayama
c79fcd5dbe
Update version (v0.2.4)
...
A crash problem with file input has been fixed.
2022-08-17 00:48:19 +09:00
Shunsuke Shibayama
8028ed8431
Update version (v0.2.3)
...
Many type inference bugs have been fixed in this version.
Other changes:
Fix: REPL server starts for file input
Improve: Error messages now show operators as human-readable
2022-08-16 23:27:09 +09:00
Félix Saparelli
8efffbfbc0
Apply formatting
2022-08-15 17:44:15 +12:00
Félix Saparelli
7d3116f546
Apply trivial clippy fixes
2022-08-15 17:37:20 +12:00
Shunsuke Shibayama
1c3a3a7d0b
Cargo fmt
2022-08-14 01:45:15 +09:00
Shunsuke Shibayama
63b003aa6e
Update version (v0.2.2)
2022-08-14 00:50:24 +09:00
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
Shunsuke Shibayama
6726d93f65
Do cargo fmt
2022-08-13 07:02:07 +09:00
Shunsuke Shibayama
e320bd6cdd
Update test.rs
2022-08-13 06:49:30 +09:00
Shunsuke Shibayama
f9d91aa38e
Organize crates
2022-08-13 06:38:12 +09:00