Commit graph

259 commits

Author SHA1 Message Date
Cai Bingjun
95fd90283b
Update README.md 2022-08-20 11:05:27 +08:00
Cai Bingjun
be7adf7b97 Synchronize README commit hash 2022-08-20 10:23:18 +08:00
Cai Bingjun
f72269567d Improve the LICENSE content 2022-08-20 10:20:43 +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
Cai Bingjun
baf0adef23
Update commit hash 2022-08-18 11:57:41 +08:00
Cai Bingjun
716a611032
Update README_zh-TW.md 2022-08-18 11:46:35 +08:00
Cai Bingjun
5a5b70454e
Update README_zh-CN.md 2022-08-18 11:46:25 +08:00
Cai Bingjun
e5b153c49d
Update README_JA.md 2022-08-18 11:46:07 +08:00
Cai Bingjun
321dd1f5e2
Update README.md 2022-08-18 11:44:34 +08:00
Shunsuke Shibayama
2745002387 Update .pre-commit-config.yaml 2022-08-18 12:22:15 +09:00
Shunsuke Shibayama
34cb4b24b2 Update CONTRIBUTING.md 2022-08-18 12:08:06 +09:00
Shunsuke Shibayama
80b0b20936 Update dev_guide/env.md 2022-08-18 12:05:39 +09:00