Commit graph

855 commits

Author SHA1 Message Date
Shunsuke Shibayama
2caa6b6ec9
Merge pull request #232 from erg-lang/split-err-msg
Split error messages
2022-11-23 15:55:19 +09:00
GreasySlug
31f2d8901c Add: test code simply and modify format 2022-11-23 13:48:53 +09:00
GreasySlug
97a9b6f6d5 Clean: add comma for visibility 2022-11-23 13:46:20 +09:00
GreasySlug
955b86716e Clean: remove blank line 2022-11-23 11:42:48 +09:00
GreasySlug
8f4ced6b38 Fix: remove inspect 2022-11-23 11:39:18 +09:00
GreasySlug
dad6fd1996 Clean: into() convert to_string() or to_owned() 2022-11-22 14:29:24 +09:00
Shunsuke Shibayama
ab391620d4 Implement features for embedding 2022-11-22 09:14:25 +09:00
Shunsuke Shibayama
d5d2350834 Update transpile.rs 2022-11-22 02:31:48 +09:00
Shunsuke Shibayama
ce9c4250e0 Update inquire.rs 2022-11-22 02:15:39 +09:00
Shunsuke Shibayama
406bf3ce40 Fix desugaring case leaks 2022-11-22 02:09:00 +09:00
GreasySlug
c100f344ab Fix: forgot to add "m" at the end custom color 2022-11-21 14:58:59 +09:00
GreasySlug
d080e21b78 Update: doc comment 2022-11-21 14:33:01 +09:00
GreasySlug
f79eb25975 Clean: warning and miss 2022-11-21 14:32:42 +09:00
GreasySlug
a42d3b704d Fix: not displaying when not cols 2022-11-21 14:31:14 +09:00
GreasySlug
cc9fa5a12e Change: String to Cow<'a, str> 2022-11-21 14:21:03 +09:00
Yuna Tomida
743b0d97e2
enable shortened/normal mixed record definition 2022-11-21 12:14:25 +09:00
GreasySlug
9611322533 Add: left cross for sub-msg 2022-11-20 11:32:30 +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
92ad941676 Test: reverse 2022-11-20 09:37:19 +09:00
GreasySlug
645c3e4a54 Change: update doc current format 2022-11-20 09:36:35 +09:00
GreasySlug
b739554050 Fix: format 2022-11-20 09:36:12 +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
088f985ee3 Change: header divided into kind and main_msg 2022-11-19 15:44:19 +09:00
Shunsuke Shibayama
04e4cd368d Add Lambda transpiling 2022-11-19 13:26:02 +09:00
Shunsuke Shibayama
ba84026eb6 Update mod.rs 2022-11-19 11:42:10 +09:00
GreasySlug
12ccd6ac27 Clean: display format 2022-11-18 21:56:09 +09:00
Shunsuke Shibayama
b95f043cb1 Update transpile.rs 2022-11-18 15:45:35 +09:00
Shunsuke Shibayama
d7ea38eccb Add AttrDef & Compound 2022-11-18 14:54:23 +09:00
Shunsuke Shibayama
6e5191380b Implement Record & ClassDef 2022-11-18 14:43:25 +09:00
GreasySlug
899e8ead03 Add: fmt_header 2022-11-18 12:41:19 +09:00
GreasySlug
4ae81aa05e Add: Location moved to ErrorCore 2022-11-18 12:31:44 +09:00
Shunsuke Shibayama
7d38836deb Implement container transpiling 2022-11-18 11:45:40 +09:00
Shunsuke Shibayama
ca3612e9b3 Update transpile.rs 2022-11-18 11:14:11 +09:00
Shunsuke Shibayama
f5c69ea037 Implement method transpiling 2022-11-18 11:11:12 +09:00
Shunsuke Shibayama
77ff1b44e8 Implement binary/unary transpiling 2022-11-18 11:07:43 +09:00
Shunsuke Shibayama
bc6d401aec Add transpiler 2022-11-18 11:02:30 +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
GreasySlug
823773def1 Change: add main_msg and SubMessage 2022-11-17 23:22:49 +09:00
GreasySlug
22652cb174 Merge branch 'split-err-msg' of https://github.com/GreasySlug/erg into split-err-msg 2022-11-17 23:01:07 +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
666ec1c7fe Update error.rs 2022-11-17 20:32:30 +09:00
Shunsuke Shibayama
7657ae9e70 Support platforms that are neither unix nor windows 2022-11-17 18:27:30 +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
eb21dbb157 Update test.rs 2022-11-16 20:09:10 +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