Commit graph

68 commits

Author SHA1 Message Date
Shunsuke Shibayama
a127564b31 Rename dir: compiler -> crates 2023-01-15 12:03:19 +09:00
Shunsuke Shibayama
ce19e09f9e Fix hover 2023-01-13 22:14:02 +09:00
Shunsuke Shibayama
a27d7a026e Change: Location's size 2023-01-04 20:50:00 +09:00
Shunsuke Shibayama
1bae9cb88c Translate comments 2022-12-30 11:26:07 +09:00
Shunsuke Shibayama
099b4587e5 Fix broken tests 2022-12-25 12:37:41 +09:00
gmshiba
561a384014 Fix warnings
Fix warnings
2022-12-16 02:29:07 +09:00
Shunsuke Shibayama
b360673abe Update error.rs 2022-12-15 20:45:14 +09:00
Shunsuke Shibayama
c8b161842a Add Location::unknown_or 2022-12-11 22:58:14 +09:00
Shunsuke Shibayama
747974d37c Add helpers for manipulating errors 2022-12-10 02:40:55 +09:00
Shunsuke Shibayama
aa3bf7f44c Make SubMessage::msg, hint public members 2022-12-08 14:55:55 +09:00
Shunsuke Shibayama
428a557313 Add a hint for an unnecessary spaces syntax error 2022-12-08 12:06:28 +09:00
GreasySlug
7b5b53fe3e Fix: use get unwrap_or instead of index 2022-11-23 17:32:20 +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
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
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
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
GreasySlug
12ccd6ac27 Clean: display format 2022-11-18 21:56:09 +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
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
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
113e245478 Update error.rs 2022-11-15 21:51:51 +09:00
Shunsuke Shibayama
308ab1c9f7 Remove Location::RangePair 2022-11-14 11:13:30 +09:00
Shunsuke Shibayama
910d095180 Fix doc test errors 2022-11-14 11:02:28 +09:00
GreasySlug
b2c75b1c38 Clean: StringSpan to StyledString 2022-11-14 07:49:34 +09:00
GreasySlug
bdf47dea72 Clean: remove pub from chars and add reversed 2022-11-14 07:46:22 +09:00
GreasySlug
35841d0647 Clean: add doc comments 2022-11-12 18:08:43 +09:00
GreasySlug
a16d46423f Update: use Span and const Theme in style.rs 2022-11-12 18:03:10 +09:00
GreasySlug
e29eb0b6ed Change: color.rs to style.rs 2022-11-12 14:17:29 +09:00
Shunsuke Shibayama
4eae5788ca Implement while instructions 2022-10-21 21:28:44 +09:00
Shunsuke Shibayama
1356ce399b Add string module 2022-10-21 11:24:23 +09:00
Cai Bingjun
198117413f trifle 2022-10-14 21:01:52 +08:00
Shunsuke Shibayama
64be2da03b Update error.rs 2022-10-03 21:16:39 +09:00
Shunsuke Shibayama
792c0ca3b4 impl Error for CompileError 2022-09-25 23:43:31 +09:00
Shunsuke Shibayama
8c50c6b423 Fix some visibility bugs 2022-09-21 21:28:37 +09:00
Shunsuke Shibayama
12f22f8bed Fix Context::lower_class_def 2022-09-15 11:36:34 +09:00
Shunsuke Shibayama
1711ac3714 Add ErrorDisplay::show 2022-09-14 13:38:50 +09:00
Shunsuke Shibayama
fe1b0fab70 Add AtomicStr 2022-09-14 12:11:06 +09:00
Shunsuke Shibayama
d26ed35939 Update error.rs 2022-09-12 00:44:00 +09:00
Shunsuke Shibayama
1947f7518a Follow the latest changes and correct warnings 2022-09-10 21:33:13 +09:00