Commit graph

1308 commits

Author SHA1 Message Date
Shunsuke Shibayama
a837022404 Update version (nightly) 2022-09-26 00:31:34 +09:00
Shunsuke Shibayama
56d23936de Update parse.rs 2022-09-26 00:28:43 +09:00
Shunsuke Shibayama
792c0ca3b4 impl Error for CompileError 2022-09-25 23:43:31 +09:00
Shunsuke Shibayama
7fad8d9eee Update version (nightly) 2022-09-25 21:43:48 +09:00
Shunsuke Shibayama
e2b4b3fb07 Update instantiate.rs 2022-09-25 21:39:47 +09:00
Shunsuke Shibayama
d11b05ecff Fix inferring bugs 2022-09-25 21:32:49 +09:00
Shunsuke Shibayama
93388ddf80 Fix inferring bugs 2022-09-25 21:05:12 +09:00
Shunsuke Shibayama
9ccfdadf22 Add TypeAscription 2022-09-25 20:05:52 +09:00
Shunsuke Shibayama
6cfb0d1544 Prohibit inner scope type definition 2022-09-25 18:43:45 +09:00
Shunsuke Shibayama
f6e1a7b117 Remove unwraps 2022-09-24 19:15:55 +09:00
Cai Bingjun
ce8125379e
Updata commit hash 2022-09-24 17:18:12 +08:00
Cai Bingjun
4d2cc7c76c
Updata commit hash 2022-09-24 17:18:01 +08:00
Cai Bingjun
8efae68653
Updata commit hash 2022-09-24 17:17:47 +08:00
Cai Bingjun
f1b2fe99d6
Update 00_basic.md 2022-09-24 17:16:40 +08:00
Cai Bingjun
eaff38205d
Update 00_basic.md 2022-09-24 17:16:20 +08:00
GreasySlug
14078984e0 Doc: add links to subtitle in syntax dir 2022-09-24 17:03:25 +09:00
Shunsuke Shibayama
8541d38c7c Update compare.rs 2022-09-24 15:57:51 +09:00
Shunsuke Shibayama
104c8bc777 Update Cargo.lock 2022-09-24 15:52:50 +09:00
Shunsuke Shibayama
3e0c8a3d23 Update control.er 2022-09-24 15:52:43 +09:00
Shunsuke Shibayama
9e1dbc1649 Update Cargo.toml 2022-09-24 15:45:46 +09:00
Shunsuke Shibayama
7b820f34ad Update version (v0.5.3) 2022-09-24 15:43:07 +09:00
Shunsuke Shibayama
40fd927f0a Update mod.rs 2022-09-24 13:11:08 +09:00
Shunsuke Shibayama
62760d1d5e Update mod.rs 2022-09-24 13:07:50 +09:00
Shunsuke Shibayama
50524e4d0b Update version (v0.5.2) 2022-09-24 03:30:10 +09:00
Shunsuke Shibayama
10360269f5 Update inquire.rs 2022-09-24 02:16:11 +09:00
Shunsuke Shibayama
438ae9c2d6 Add Context::dir 2022-09-24 01:32:21 +09:00
Shunsuke Shibayama
3210fcbf00 Update Cargo.toml 2022-09-23 13:24:19 +09:00
Shunsuke Shibayama
c6de914f3f Fix #177 2022-09-23 12:02:53 +09:00
Shunsuke Shibayama
5366bfadc4 Fix warns 2022-09-23 11:59:31 +09:00
Shunsuke Shibayama
a79f0652ab Update version (v0.5.1) 2022-09-23 00:23:38 +09:00
Shunsuke Shibayama
7ec5af53d9 Fix: fake class -> real module 2022-09-23 00:16:45 +09:00
Shunsuke Shibayama
308bb42cbd Fix Linker 2022-09-22 22:09:47 +09:00
Cai Bingjun
3adc6bafeb
Merge pull request #172 from GreasySlug/fix/md_links
WIP: Fix broken links in doc directory
2022-09-22 21:06:20 +08:00
Shunsuke Shibayama
ecc12bb523
Merge pull request #175 from erg-lang/fix-repl
Fix repl
2022-09-22 22:04:29 +09:00
Shunsuke Shibayama
a5a0324883 Handle import errors 2022-09-22 22:02:59 +09:00
Shunsuke Shibayama
9c967d32f6 Fix #174 2022-09-22 21:52:06 +09:00
Shunsuke Shibayama
26a26e90de Update traits.rs 2022-09-22 19:14:37 +09:00
Shunsuke Shibayama
8ce843a8df WIP: fix REPL 2022-09-22 15:46:09 +09:00
Shunsuke Shibayama
b56236a3b5 Update version (v0.5.0) 2022-09-22 14:54:25 +09:00
Shunsuke Shibayama
87cd17e424 Update register.rs 2022-09-22 14:52:29 +09:00
GreasySlug
736dcb272d Doc: add any changes that were missed. 2022-09-22 14:21:42 +09:00
GreasySlug
00350f64a4 Doc: fix links and removed missing links. 2022-09-22 13:48:08 +09:00
Shunsuke Shibayama
5c5ea55fa1
Merge pull request #173 from erg-lang/module
Add user-defined module
2022-09-22 13:28:44 +09:00
Shunsuke Shibayama
9a4a702ebe Fixed to allow types to be uniquely determined between modules 2022-09-22 13:23:43 +09:00
Shunsuke Shibayama
6f3f00a369 Fixed to register <builtins> to mod_cache 2022-09-22 10:37:39 +09:00
GreasySlug
1b3d7827bb Doc: fix .md links 2022-09-22 07:05:51 +09:00
GreasySlug
64fec7d914 Doc: add sub title link to index file 2022-09-22 07:05:51 +09:00
Shunsuke Shibayama
f815a7df7b Update lib.rs 2022-09-21 23:24:02 +09:00
Shunsuke Shibayama
d452a2d734 Update inquire.rs 2022-09-21 22:15:09 +09:00
Shunsuke Shibayama
bbd66e5936 Update mod.rs 2022-09-21 22:13:36 +09:00