Commit graph

31 commits

Author SHA1 Message Date
Shunsuke Shibayama
348a37a746 Fix to continue compilation even if module compilation fails 2022-09-27 23:18:15 +09:00
GreasySlug
baf7b3eb38 Test: check to see if quotations are tokenized 2022-09-21 13:49:04 +09:00
GreasySlug
8daed047a8 Test: add tokenize test for multi-line strings 2022-09-20 16:06:09 +09:00
GreasySlug
e4e6dbf524 Test: check that multiple lines are displayed 2022-09-19 16:03:10 +09:00
GreasySlug
4c65b6e729 Test: ensure that multi-line strings are invalid 2022-09-19 10:18:36 +09:00
Shunsuke Shibayama
da38e9ace2 Update comment.er 2022-09-17 23:34:14 +09:00
Shunsuke Shibayama
11633d2905 Fix: "\n" in multi-line comments advances the line 2022-09-17 23:33:36 +09:00
GreasySlug
abae84af56 Test: tested multi-line comments are recognized 2022-09-17 14:45:59 +09:00
GreasySlug
0bb9ef6a85 Test: additional testing of fixed issues
Double quotation char is missing, so added it
Added a test to see if the added escaping characters work
2022-09-16 20:55:57 +09:00
Shunsuke Shibayama
d2ad7caaab Update ErgConfig and Runnable 2022-09-16 02:21:04 +09:00
Shunsuke Shibayama
042ea70ec6 Update tokenize_test.rs 2022-09-15 15:26:39 +09:00
Shunsuke Shibayama
1b37976701 Update test2_advanced_syntax.er 2022-09-15 15:21:01 +09:00
Shunsuke Shibayama
90149c0c9c Update parse_test.rs 2022-09-15 15:20:50 +09:00
Shunsuke Shibayama
c84418107f Update test1_basic_syntax.er 2022-09-15 15:09:12 +09:00
Shunsuke Shibayama
61105b9435 Update simple_if.er 2022-09-15 15:08:24 +09:00
GreasySlug
4304ae1325 Test: add not implemented test 2022-09-15 08:27:18 +09:00
Slug
02d43dd7af
Merge branch 'erg-lang:main' into fix/test 2022-09-15 08:25:12 +09:00
Shunsuke Shibayama
988a9e2322 Add quiet-startup mode 2022-09-14 16:09:27 +09:00
GreasySlug
d3fef97272 Test: add literal test 2022-09-14 10:58:18 +09:00
GreasySlug
14ad70ed30 Clean: file name was ambiguous so made it explicit 2022-09-14 10:58:00 +09:00
GreasySlug
58c51f620c Test: update Mod value 2022-09-13 17:26:43 +09:00
GreasySlug
4ea00a54cd Test: add advanced syntax tokenize test 2022-09-13 17:26:43 +09:00
GreasySlug
bb67477e0c Test: update basic syntax tokenize test 2022-09-13 17:26:43 +09:00
Yuna Tomida
d956c3f61d
Follow clippy warnings 2022-09-10 17:32:25 +09:00
Shunsuke Shibayama
7400232b6b Format THIRD_PARTY_CREDITS.md 2022-08-18 11:46:42 +09:00
toddlerer
88fc25978f
Add support for parse tests 2022-08-18 10:53:22 +09:00
Shunsuke Shibayama
08f6c79a0e Add ParserRunner::parse_from 2022-08-18 02:44:27 +09:00
Shunsuke Shibayama
1e3819b416 Set timeout in REPL 2022-08-17 12:02:56 +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
f9d91aa38e Organize crates 2022-08-13 06:38:12 +09:00