Commit graph

1308 commits

Author SHA1 Message Date
Shunsuke Shibayama
0d500c6f26 Update config.toml 2022-09-29 21:11:20 +09:00
Cai Bingjun
30f15f1cc7
Update LICENSE-MIT 2022-09-29 19:50:25 +08:00
Shunsuke Shibayama
7942fe9134
Merge pull request #184 from erg-lang/fix-#179
Fix #179
2022-09-29 20:46:39 +09:00
GreasySlug
0caa5018c9 Doc: update description and add Num link 2022-09-29 20:46:21 +09:00
Shunsuke Shibayama
22cec7c6cc Deny pyenv 2022-09-29 20:46:11 +09:00
Shunsuke Shibayama
ea14f8b2ba Update codegen.rs 2022-09-29 20:45:10 +09:00
GreasySlug
0dd4f98f9b Doc: add description of numeric subtyping 2022-09-29 20:43:05 +09:00
Shunsuke Shibayama
9eb7e8e9ba Update codegen.rs 2022-09-29 20:42:48 +09:00
GreasySlug
1925d524ad Doc: update translations of subtype and supertype 2022-09-29 19:36:26 +09:00
Shunsuke Shibayama
f9e35aab2d Fix #179, #176 2022-09-29 18:57:27 +09:00
Shunsuke Shibayama
e717b43c40 Fix import to be usable without assigning 2022-09-29 18:55:47 +09:00
Shunsuke Shibayama
01451ee821
Merge pull request #183 from GreasySlug/feature/add-alias
Added cargo command aliases, and cfg target for Windows
2022-09-29 15:05:45 +09:00
GreasySlug
2a41f7b092 Fix: use cfg target for run() function
At least it works in wsl, but it is very ad hoc.
2022-09-29 14:53:31 +09:00
GreasySlug
cc3dc27f31 Merge branch 'main' of https://github.com/GreasySlug/erg into feature/add-alias 2022-09-29 13:09:46 +09:00
GreasySlug
c44d8223d4 Add: cfg target for "thread" windows 2022-09-29 12:57:23 +09:00
GreasySlug
78beb6128f Add: alias for each mode 2022-09-29 12:54:46 +09:00
GreasySlug
76e6b2c1b9 Remove: unnecessary comment was removed 2022-09-29 12:48:10 +09:00
GreasySlug
74368faf9d Doc: basic calc and bool translated into English 2022-09-29 12:47:35 +09:00
Shunsuke Shibayama
f0c9f04027 Update parse.rs 2022-09-29 12:04:16 +09:00
Shunsuke Shibayama
23a6f630c9 Fix import to be called from anywhere 2022-09-29 11:48:38 +09:00
GreasySlug
aa432acf86 Doc: add link to basic and update description 2022-09-29 07:55:47 +09:00
GreasySlug
bbe34bbaf5 Move: basic calc and cmp are moved to quick tour
Removed duplicates with python
  - basic arithmetic operations
  - comparison
Fixing mistakes
  - casting
  - and, or
2022-09-28 22:37:09 +09:00
gmshiba
304882f403 Update docs 2022-09-28 17:58:29 +09:00
gmshiba
a68d32035b Update indexes.md 2022-09-28 17:27:14 +09:00
GreasySlug
ba0c69333f Doc: add basic calc in JA 2022-09-28 17:01:19 +09:00
GreasySlug
5b9285d0b0 Doc: copy indexes from En and remove in-page links 2022-09-28 16:22:52 +09:00
Shunsuke Shibayama
f548f9e6ef Add type specification for array and range types 2022-09-28 00:05:23 +09:00
Shunsuke Shibayama
f6637f0f51 Update a11y.er 2022-09-27 23:28:16 +09:00
Shunsuke Shibayama
8a9b38d083 Update version (nightly) 2022-09-27 23:19:45 +09:00
Shunsuke Shibayama
348a37a746 Fix to continue compilation even if module compilation fails 2022-09-27 23:18:15 +09:00
Cai Bingjun
f6e07de0bd
Update 00_basic.md 2022-09-27 21:44:15 +08:00
Shunsuke Shibayama
94015f61ed Update docs 2022-09-27 21:45:26 +09:00
Slug
e8d731a652
Merge branch 'erg-lang:main' into fix/md_links 2022-09-27 15:25:07 +09:00
GreasySlug
412a6fd1ea Doc: fix wrong links 2022-09-27 15:21:13 +09:00
GreasySlug
00682a9460 Doc: fix wrong md links 2022-09-27 15:17:15 +09:00
GreasySlug
709bf74682 Doc: replace symbol's links and add missing links 2022-09-27 15:16:48 +09:00
GreasySlug
d0973d4d05 Doc: add links by first review 2022-09-27 12:59:09 +09:00
Shunsuke Shibayama
1c7ec91a02 Update version (nightly) 2022-09-27 10:04:14 +09:00
Shunsuke Shibayama
3fd8b177d2 Update config.rs 2022-09-27 10:02:33 +09:00
GreasySlug
b713e6f5cf Doc: add missing links in type dir 2022-09-27 09:46:08 +09:00
Shunsuke Shibayama
f983db1506 Update version (nightly) 2022-09-27 09:43:57 +09:00
Shunsuke Shibayama
0a731bfd93 Add ErgConfig::with_path 2022-09-27 09:43:27 +09:00
Shunsuke Shibayama
733e758398 Update version (v0.5.4) 2022-09-26 21:51:15 +09:00
Shunsuke Shibayama
4d6c7f7590 Add d.er syntax 2022-09-26 21:49:33 +09:00
Shunsuke Shibayama
aacad4fc8e Fix type ascription bugs 2022-09-26 14:50:28 +09:00
Shunsuke Shibayama
5aae4a69a5 Split cache between Python and Erg modules 2022-09-26 14:03:06 +09:00
Shunsuke Shibayama
5916096cc4 Update 32_integration_with_Python.md 2022-09-26 11:27:52 +09:00
Shunsuke Shibayama
0d05a715f8 Update 32_integration_with_Python.md 2022-09-26 11:26:54 +09:00
Shunsuke Shibayama
334b9d9f3a Improve error output 2022-09-26 01:21:06 +09:00
Shunsuke Shibayama
f1b8b5a6b8 Fix inferring bugs 2022-09-26 01:04:42 +09:00