Commit graph

357 commits

Author SHA1 Message Date
Shunsuke Shibayama
fda485cdf9 Avoid panic in Params::loc 2022-12-11 20:03:43 +09:00
Shunsuke Shibayama
bb03ca6097 Fix Block::loc 2022-12-11 18:31:44 +09:00
Shunsuke Shibayama
e1c8bb415b Add Expr::Dummy 2022-12-11 18:28:20 +09:00
Shunsuke Shibayama
3841b9f676 Update ast.rs 2022-12-11 12:30:27 +09:00
Shunsuke Shibayama
2e60d8c885 Add ast::AttrDef 2022-12-11 12:15:34 +09:00
Shunsuke Shibayama
3013d708d8 Update version (beta.2) 2022-12-10 00:16:46 +09:00
Shunsuke Shibayama
4ed278e75c Fix #282 2022-12-09 19:46:59 +09:00
Shunsuke Shibayama
671c7b839c Add compiler architecture documents 2022-12-08 21:16:43 +09:00
Shunsuke Shibayama
4e3b10df46 Fix indent lexing bugs 2022-12-08 17:51:58 +09:00
Shunsuke Shibayama
428a557313 Add a hint for an unnecessary spaces syntax error 2022-12-08 12:06:28 +09:00
Shunsuke Shibayama
11b9cf764b Fix an indent lexing bug 2022-12-08 11:46:26 +09:00
Shunsuke Shibayama
bbd92941e5 Update version (beta) 2022-12-07 23:07:17 +09:00
Shunsuke Shibayama
592a77caab Fix a str-interpolation bug 2022-12-06 23:09:12 +09:00
Shunsuke Shibayama
f02a5285ad Add --output-dir option 2022-12-06 09:43:30 +09:00
Shunsuke Shibayama
a85286a3c7 Update version (0.6.0-beta.0) 2022-12-05 21:46:11 +09:00
Shunsuke Shibayama
47132cfab1 Implement string interpolation 2022-12-05 21:24:10 +09:00
Shunsuke Shibayama
c569df390c Update token.rs 2022-12-05 21:22:59 +09:00
Shunsuke Shibayama
52c76431ee Merge branch 'main' into patch 2022-12-05 17:25:45 +09:00
Shunsuke Shibayama
e9d0642b29 Fix a desugaring bug 2022-12-04 11:44:13 +09:00
Shunsuke Shibayama
85370fb051 Update desugar.rs 2022-12-04 00:26:42 +09:00
Shunsuke Shibayama
01a8b05707 Update parse.rs 2022-12-03 23:59:46 +09:00
Shunsuke Shibayama
1b1b31a245 Update parse.rs 2022-12-03 23:41:28 +09:00
Shunsuke Shibayama
bade70ef91 Implement Patch 2022-12-02 20:03:02 +09:00
Shunsuke Shibayama
9b1457b695 Fix #265 2022-12-01 23:02:06 +09:00
Shunsuke Shibayama
08a92bbbc1 Fix if codegen bugs 2022-11-30 23:58:19 +09:00
Shunsuke Shibayama
44b21e223e Update parse.rs 2022-11-30 20:41:01 +09:00
Shunsuke Shibayama
0cb883d22c Update lex.rs 2022-11-30 01:27:10 +09:00
Shunsuke Shibayama
708d154f60 Fix #255 2022-11-30 01:18:47 +09:00
Shunsuke Shibayama
df0fba34bd Fix #205 2022-11-28 00:21:44 +09:00
Shunsuke Shibayama
f2fedf6ae8 Update version (v0.5.13) 2022-11-26 11:42:21 +09:00
Shunsuke Shibayama
54686b0c59 Fix #244 2022-11-26 11:39:18 +09:00
Shunsuke Shibayama
8913a26c60 Update parse.rs 2022-11-26 11:05:20 +09:00
Shunsuke Shibayama
7bcc766500 Add Runnable::initialize 2022-11-23 19:43:56 +09:00
Shunsuke Shibayama
2caa6b6ec9
Merge pull request #232 from erg-lang/split-err-msg
Split error messages
2022-11-23 15:55:19 +09:00
Shunsuke Shibayama
ab391620d4 Implement features for embedding 2022-11-22 09:14:25 +09:00
Shunsuke Shibayama
406bf3ce40 Fix desugaring case leaks 2022-11-22 02:09:00 +09:00
Yuna Tomida
743b0d97e2
enable shortened/normal mixed record definition 2022-11-21 12:14:25 +09:00
GreasySlug
ff24c62de1 Merge branch 'main' of https://github.com/GreasySlug/erg into split-err-msg 2022-11-20 10:41:10 +09:00
GreasySlug
d64712c7a7 Change: Option to Vec 2022-11-20 09:34:26 +09:00
Shunsuke Shibayama
81bea3bcee Remove AtomicStr 2022-11-20 01:42:55 +09:00
GreasySlug
4ae81aa05e Add: Location moved to ErrorCore 2022-11-18 12:31:44 +09:00
GreasySlug
000124fea8 Update: changed in support of SubMessage 2022-11-17 23:27:31 +09:00
GreasySlug
bba66f7696 Change: move THEME to ErrorCore 2022-11-17 23:25:47 +09:00
Shunsuke Shibayama
07c62de125 impl Default for Runnable structs 2022-11-17 22:05:04 +09:00
Shunsuke Shibayama
d8e2ece224 impl Display for ComileErrors 2022-11-17 20:48:42 +09:00
Shunsuke Shibayama
55feef9318 Update version (v0.5.12) 2022-11-16 20:14:17 +09:00
Shunsuke Shibayama
73bfa05588
Merge pull request #233 from ytoml/stream-op
Add stream operator
2022-11-16 20:10:57 +09:00
Shunsuke Shibayama
14ac85ebf9 Update parse_test.rs 2022-11-16 20:04:05 +09:00
Shunsuke Shibayama
781ceb84e9 Fix tests 2022-11-16 20:03:25 +09:00
Shunsuke Shibayama
ec0899ff91 Update parse.rs 2022-11-16 19:54:04 +09:00