Commit graph

101 commits

Author SHA1 Message Date
Liam
7aa6da9819
Update README.md 2022-08-15 14:20:42 -07:00
Shunsuke Shibayama
6532bb4f97 Update logo (2) 2022-08-16 03:23:06 +09:00
Shunsuke Shibayama
94eafc65ee Update logo 2022-08-16 02:47:47 +09:00
Shunsuke Shibayama
90a77f6f3b Update docs 2022-08-16 02:15:48 +09:00
Shunsuke Shibayama
d3c065088e
Update CONTRIBUTING.md 2022-08-15 21:06:31 +09:00
Shunsuke Shibayama
13aa50bc6d Create CONTRIBUTING.md 2022-08-15 21:04:18 +09:00
Shunsuke Shibayama
6d3dda8129 WIP: Impl Context::monomorphise
Impled: TyVarContext::sort_bounds
2022-08-15 03:39:45 +09:00
Shunsuke Shibayama
4a4b346199 Fix REPL crashing when the input is a statement 2022-08-14 22:38:18 +09:00
Shunsuke Shibayama
beb0965cde Automatically display evaluation results in REPL 2022-08-14 20:51:17 +09:00
Shunsuke Shibayama
78e30b3867
Merge pull request #18 from pingiun/patch-1
Fix sorted Python example
2022-08-14 18:12:37 +09:00
Shunsuke Shibayama
2684927822
Merge pull request #15 from TaKO8Ki/fix-broken-links
Fix broken links
2022-08-14 18:11:36 +09:00
Shunsuke Shibayama
af7ce17054
Merge branch 'main' into fix-broken-links 2022-08-14 18:11:26 +09:00
Jelle Besseling
e055d7c3b8
Fix sorted Python example 2022-08-14 11:02:14 +02:00
Shunsuke Shibayama
6dc8c5015b Fix links 2022-08-14 17:31:46 +09:00
Shunsuke Shibayama
02b3cf5458 Fix links 2022-08-14 17:25:28 +09:00
Shunsuke Shibayama
129f16281c Merge branch 'main' of https://github.com/erg-lang/erg 2022-08-14 17:22:50 +09:00
Shunsuke Shibayama
9e41394e2c Update README.md 2022-08-14 17:22:47 +09:00
Shunsuke Shibayama
532656706e
Merge pull request #14 from TaKO8Ki/cache-jobs-in-github-actions 2022-08-14 12:47:28 +09:00
Takayuki Maeda
d0b86d8300 fix broken links 2022-08-14 12:38:26 +09:00
Takayuki Maeda
6329ea09b4 cache jobs in GitHub Actions 2022-08-14 12:22:49 +09:00
Shunsuke Shibayama
7a2f59795b Update docs 2022-08-14 12:00:46 +09:00
Shunsuke Shibayama
6b7904e5c5
Merge pull request #12 from soukouki/feature-patch-replace-doc-form
Replaced JP documents in regular form with honorifics
2022-08-14 11:57:45 +09:00
sou7
c020ff61d9
Replaced documents in regular form with honorifics
ドキュメントのルールに従って、外部向けの文章を敬体に置き換えた。
2022-08-14 03:06:50 +09:00
Shunsuke Shibayama
726b7b80fc
Merge pull request #9 from soukouki/feature-fix-doc-ratio
Added an example of omitting the integer portion in the Ratio document.
2022-08-14 01:49:58 +09:00
Shunsuke Shibayama
1c3a3a7d0b Cargo fmt 2022-08-14 01:45:15 +09:00
Shunsuke Shibayama
fe8c7ff95a Fixed error when multiple Pythons are found 2022-08-14 01:45:01 +09:00
Shunsuke Shibayama
a7673ca8fb Merge branch 'main' of https://github.com/erg-lang/erg 2022-08-14 01:42:57 +09:00
Shunsuke Shibayama
ebc08ef391 Update python_util.rs 2022-08-14 01:41:55 +09:00
Shunsuke Shibayama
8528317186
Merge pull request #10 from GreasySlug/develop
fix: use `where` instead of 'which' in windows
2022-08-14 01:40:33 +09:00
Shunsuke Shibayama
e1a5b726aa Update context.rs 2022-08-14 01:17:55 +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
b634be1c80 Impl: Type::inner_ts for Type::Poly 2022-08-13 22:50:30 +09:00
Shunsuke Shibayama
34e43f8350 Update effectcheck.rs 2022-08-13 22:49:00 +09:00
Shunsuke Shibayama
a3c7adb36c Fix REPL: can put normal exprs even at the top level 2022-08-13 22:48:50 +09:00
GreasySlug
49ae3d8e70 fix: use where instead of 'which' in windows 2022-08-13 17:47:27 +09:00
Shunsuke Shibayama
1ebd417047 Update TODO.md 2022-08-13 16:48:19 +09:00
Shunsuke Shibayama
9ddfe756a9 Update value.rs 2022-08-13 16:48:11 +09:00
soukouki
ad7655784e fix document of ratio literal 2022-08-13 16:30:16 +09:00
Shunsuke Shibayama
9e9754de7f Update dummy.rs 2022-08-13 07:22:36 +09:00
Shunsuke Shibayama
2bba7f741c Fix some warnings 2022-08-13 07:22:00 +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
277b7936f8 Add [workspace] to Cargo.toml 2022-08-13 06:49:27 +09:00
Shunsuke Shibayama
f9d91aa38e Organize crates 2022-08-13 06:38:12 +09:00
gmshiba
6ddef21fec Update docs 2022-08-13 02:22:07 +09:00
gmshiba
fd4afc4fe1 Update docs 2022-08-13 02:17:42 +09:00
Shunsuke Shibayama
c643480aaf Better invalid parameters indication 2022-08-13 01:57:23 +09:00
Shunsuke Shibayama
319b2dec02 binop_to_name supports range operators
And `Type`, `Module` is now `Named`
2022-08-13 01:56:53 +09:00
Shunsuke Shibayama
499221cde1 Add: codegen (left open) range 2022-08-13 01:25:56 +09:00