Commit graph

267 commits

Author SHA1 Message Date
Shunsuke Shibayama
4f46ee46b6 Update hash values 2022-08-21 09:31:41 +09:00
Shunsuke Shibayama
87f1ec5f4e
Merge pull request #71 from C-BJ/patch-2
Update README
2022-08-21 09:24:28 +09:00
Shunsuke Shibayama
92ace1bbe6 Update README_*.md 2022-08-21 09:23:25 +09:00
Shunsuke Shibayama
6659dc1e5d
Create FUNDING.yml 2022-08-21 08:44:41 +09:00
Cai Bingjun
b36211f1f6
Update README_zh-TW.md 2022-08-20 20:46:28 +08:00
Cai Bingjun
d01dcc05cd
Update README_JA.md 2022-08-20 20:44:45 +08:00
Cai Bingjun
63b098575e
Update README_zh-TW.md 2022-08-20 20:43:53 +08:00
Cai Bingjun
9bd0be6215
Update README_zh-CN.md 2022-08-20 20:43:16 +08:00
Cai Bingjun
5c72adfea1
Update README.md 2022-08-20 20:40:47 +08:00
Shunsuke Shibayama
42beb52968
Merge pull request #69 from C-BJ/patch-1
Make REPL not show the day of the week on Windows
2022-08-20 21:17:13 +09:00
Cai Bingjun
af6f047ce8
Update datetime.rs 2022-08-20 13:44:46 +08:00
Shunsuke Shibayama
17c175ea59 Update parse.rs 2022-08-20 09:47:21 +09:00
Shunsuke Shibayama
14c77e604d Add type_sort() 2022-08-20 09:47:15 +09:00
Shunsuke Shibayama
d7be8128ad Update parse.rs 2022-08-20 09:25:53 +09:00
Shunsuke Shibayama
919bed1d9b Add mutable types 2022-08-20 09:25:21 +09:00
Shunsuke Shibayama
eb23d9f532 Update parse.rs 2022-08-20 09:24:54 +09:00
Shunsuke Shibayama
18591823f1 Update docs 2022-08-20 08:17:16 +09:00
Shunsuke Shibayama
91118d87a6 Update ownercheck.rs 2022-08-20 07:41:06 +09:00
Shunsuke Shibayama
c4d2f5f4f8 Update docs 2022-08-20 07:38:44 +09:00
Shunsuke Shibayama
4ba1f4f59a Remove ConstObj (merge into ValueObj) 2022-08-20 07:38:33 +09:00
Shunsuke Shibayama
40d4b6da1d Update Parser: support for length-specified arrays 2022-08-19 19:35:02 +09:00
Shunsuke Shibayama
27379b1e95 Refactor context.rs 2022-08-19 16:37:34 +09:00
Shunsuke Shibayama
80a311f635 Update parse.rs 2022-08-19 14:38:40 +09:00
Shunsuke Shibayama
3b9be7ad98 Update doc_guideline.md 2022-08-19 13:35:05 +09:00
Shunsuke Shibayama
b55b0fac92 Update docs 2022-08-19 13:27:04 +09:00
Shunsuke Shibayama
be6a703ce2 Update docs 2022-08-19 13:19:53 +09:00
Shunsuke Shibayama
9d60fe14f2 Update README.md 2022-08-19 13:12:15 +09:00
Shunsuke Shibayama
190c9ba59f Fix error reporting links 2022-08-19 12:44:37 +09:00
Shunsuke Shibayama
580ccddfe5 Merge branch 'main' of https://github.com/erg-lang/erg 2022-08-19 12:32:51 +09:00
Shunsuke Shibayama
cafc941b10 Improve Parser debugging display 2022-08-19 12:32:40 +09:00
Shunsuke Shibayama
f62e92c1c8
Merge pull request #64 from C-BJ/main
Add error message translation for Simplified Chinese and Traditional Chinese
2022-08-19 12:31:34 +09:00
Cai Bingjun
14c6d72f65 Merge branch 'main' of https://github.com/C-BJ/erg 2022-08-19 11:05:27 +08:00
Cai Bingjun
6f3fa64f90 Add error message translation for zh-CN and zh-TW 2022-08-19 11:02:41 +08:00
Shunsuke Shibayama
7c27021e16 Update docs 2022-08-19 10:44:07 +09:00
Shunsuke Shibayama
e36746f964 Fix Array type inference 2022-08-19 10:43:57 +09:00
Shunsuke Shibayama
2a68c89140 Move files 2022-08-19 08:52:10 +09:00
Shunsuke Shibayama
fd5e1c59ec Update cargo_publish.bat 2022-08-19 02:53:25 +09:00
Shunsuke Shibayama
34fc074061 Update version (v0.2.6) 2022-08-19 02:51:29 +09:00
Shunsuke Shibayama
5fb55401e6 Fix match type inference bugs 2022-08-19 02:51:14 +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
1078345a98 Fix to exit correctly when quit() or something is called 2022-08-18 20:27:28 +09:00
Shunsuke Shibayama
3314825fc1 Partial fix #57 2022-08-18 18:40:30 +09:00
Shunsuke Shibayama
53f665355b Fix #56 2022-08-18 18:07:33 +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
a30be5d40d Merge branch 'main' of https://github.com/erg-lang/erg 2022-08-18 14:19:28 +09:00
Shunsuke Shibayama
0f5d803a7e Fix print! type 2022-08-18 14:18:52 +09:00
Shunsuke Shibayama
2473d72eaa
Merge pull request #54 from C-BJ/patch-1
Updata README and all its translations
2022-08-18 13:06:39 +09:00
Shunsuke Shibayama
6a14d17b91 Update README_JA.md 2022-08-18 13:06:19 +09:00
Cai Bingjun
ef7823f6b4
Update commit hash 2022-08-18 11:57:45 +08:00
Cai Bingjun
9e58b80d3d
Update commit hash 2022-08-18 11:57:43 +08:00