Commit Graph

  • b6ae8b8a1f enrich paserexpression node main light-ly 2024-10-29 21:43:06 +08:00
  • 21f3e497e8 update & save LSTM-Kirigaya 2024-10-06 15:27:50 +08:00
  • 1e390e0f44 修复 undef预编译错误 LSTM-Kirigaya 2024-10-04 21:02:13 +08:00
  • 4a73dc87f7 update LSTM-Kirigaya 2024-09-26 20:13:56 +08:00
  • 90e9d4cb3b add Expression node to NeedParseExpression light-ly 2024-09-24 23:35:50 +08:00
  • 4960ea3fb7 add new special node to parse expression and locate light-ly 2024-09-18 17:21:01 +08:00
  • af11f5ff1e make syntaxtree.text public light-ly 2024-09-15 17:07:55 +08:00
  • f5b3f2b090 Prepare to release dalance 2023-11-29 12:49:34 +09:00
  • e82f4ee236 Update CHANGELOG dalance 2023-11-29 12:33:28 +09:00
  • 250354e7c6
    Merge pull request #93 from skjdbg/fix_chained_method dalance 2023-11-29 12:32:43 +09:00
  • 9dacf76e68 Fix Typo Thomas Heuschling 2023-11-27 22:25:20 +01:00
  • 61673565cb Fixed chained method call parsing and added related tests Thomas Heuschling 2023-11-27 22:06:39 +01:00
  • 12e4d213f6 Prepare to release dalance 2023-11-09 11:58:47 +09:00
  • ceadf146fa Update CHANGELOG dalance 2023-11-09 11:53:52 +09:00
  • 02c996d837 Fix warning dalance 2023-11-09 11:52:16 +09:00
  • 2e2590b836
    Merge pull request #85 from dalance/dependabot/cargo/criterion-0.5 dalance 2023-11-09 11:48:53 +09:00
  • 3255b910b4
    Merge pull request #87 from Graian/symlink_issue dalance 2023-11-09 10:47:56 +09:00
  • aaf4661bee Modify to handle symplink as well as file ryan.park 2023-07-28 07:54:31 +09:00
  • f0932d197e
    Update criterion requirement from 0.4 to 0.5 dependabot[bot] 2023-05-23 20:57:48 +00:00
  • 2f6e404c89 Prepare to release dalance 2023-03-23 09:51:34 +09:00
  • 6b49e5d2a2 Fix wrong version dalance 2023-03-23 09:48:41 +09:00
  • 76ea7b321a Merge branch 'master' of https://github.com/dalance/sv-parser dalance 2023-03-23 09:42:20 +09:00
  • 4cc31c837d Update nom to 7 dalance 2023-03-23 09:42:04 +09:00
  • ef10916587
    Merge pull request #84 from dalance/dependabot/cargo/syn-2.0.6 dalance 2023-03-23 08:22:50 +09:00
  • 71fb1302ee
    Update syn requirement from 1.0.0 to 2.0.6 dependabot[bot] 2023-03-22 21:06:57 +00:00
  • a4cb297e8a Prepare to release dalance 2023-02-08 21:30:58 +09:00
  • ad4833a744 Update CHANGELOG dalance 2023-02-08 21:29:57 +09:00
  • 5363e64312 Prepare to release dalance 2023-02-08 09:14:41 +09:00
  • 35c3aeb959 Update CHANGELOG dalance 2023-02-08 09:14:26 +09:00
  • 83f850f79e
    Merge pull request #79 from DaveMcEwan/improvement78 dalance 2023-02-08 09:13:31 +09:00
  • a5d0c48b35 improvement78 Remove Option<> wrapper from ReadUtf8 arg. damc 2023-02-07 19:17:57 +01:00
  • ac2d169333 improvement78 Add Error::ReadUtf8 with testcase. damc 2023-02-07 18:57:08 +01:00
  • 1ee6215934 improvement78 Testcase for Error:DefineArgNotFound. damc 2023-02-07 18:30:59 +01:00
  • f0aa7c5a5c improvement78 Testcase for Error:DefineNotFound. damc 2023-02-07 18:04:27 +01:00
  • f98cb6c5d7 improvement78 Testcase, plus String arg for Error:DefineNoArgs. damc 2023-02-07 17:47:20 +01:00
  • 81003fe276
    Merge pull request #74 from DaveMcEwan/bugfix73 dalance 2022-12-02 18:01:56 +09:00
  • 7acce55136 bugfix73 Spelling-only Assetion -> Assertion damc 2022-11-22 17:01:28 +01:00
  • 70ebf3943b Prepare to release dalance 2022-11-09 16:38:06 +09:00
  • 539bc3ade3 Fix release.toml dalance 2022-11-09 16:29:51 +09:00
  • cd8a19da18 Update CHANGELOG dalance 2022-11-09 16:24:50 +09:00
  • 1458b98da7
    Merge pull request #63 from dalance/dependabot/cargo/criterion-0.4 dalance 2022-11-09 16:18:20 +09:00
  • 9bfc1768c0
    Merge pull request #69 from DaveMcEwan/ppErrorPreprocess dalance 2022-11-09 16:16:28 +09:00
  • a9ae3c2e69
    Merge pull request #71 from DaveMcEwan/predefineSvCov dalance 2022-11-09 16:14:31 +09:00
  • f6fd124601
    Merge pull request #70 from DaveMcEwan/traitDebug dalance 2022-11-09 16:11:21 +09:00
  • 13504563f2 predefineSvCov Implement pre-defined constants, enable test. damc 2022-11-08 20:55:23 +01:00
  • 6b3b3ee903 predefineSvCov Add simple testcase. damc 2022-11-08 20:25:30 +01:00
  • a9302e7f90 traitDebug Implement the std::fmt::Debug trait. damc 2022-11-08 18:03:48 +01:00
  • 8c3f87b360 ppErrorPreprocess Add testcase, currently ignored. damc 2022-10-26 20:14:19 +02:00
  • f9e93d18bd ppErrorPreprocess Make use of the existing Error::Preprocess damc 2022-10-26 19:43:23 +02:00
  • 6c28a6157d
    Merge pull request #65 from wendajiang/typo dalance 2022-10-19 16:41:15 +09:00
  • 99e71f59e0 Fix badge dalance 2022-10-17 09:15:34 +09:00
  • 2aeb33e3fd fix: typo David 2022-10-10 09:35:02 +08:00
  • 3900bf2e1d
    Update criterion requirement from 0.3 to 0.4 dependabot[bot] 2022-09-12 20:19:36 +00:00
  • f59b676674 Prepare to release dalance 2022-08-01 12:29:07 +09:00
  • eef4bc59db Fix Cargo.toml dalance 2022-08-01 12:28:32 +09:00
  • 87b2ce9ca2 Fix release.toml dalance 2022-08-01 12:26:35 +09:00
  • 4442b69c60 Update CHANGELOG dalance 2022-08-01 12:14:42 +09:00
  • aabc9aa646
    Merge pull request #61 from DaveMcEwan/ppTests dalance 2022-08-01 12:11:45 +09:00
  • da6157952e ppTests include_quoted_(a|b|c|d) damc 2022-07-26 22:00:46 +02:00
  • 8e461d0de6 ppTests Protect against infinite include recursion. damc 2022-07-26 20:21:59 +02:00
  • 3755299139 ppTests include_recursive damc 2022-07-26 18:20:22 +02:00
  • de098895d7 ppTests Simplify tests with preprocess_usualargs(). damc 2022-07-26 18:14:10 +02:00
  • 2b9ed78318 ppTests Comment-only explain include implementation. damc 2022-07-26 17:25:42 +02:00
  • ddf33de79d ppTests Explain and rename include_basic,include_origin -> include_withindent,include_noindent damc 2022-07-26 16:46:13 +02:00
  • edf66849ea ppTests Add missing undefineall test. damc 2022-07-26 13:30:33 +02:00
  • ab4845a964 ppTests Avoid removal of undef and undefineall directives. damc 2022-07-26 13:10:52 +02:00
  • 543915011b ppTests undefineall damc 2022-07-26 13:06:16 +02:00
  • ae43678b9e ppTests undef damc 2022-07-26 12:57:50 +02:00
  • bf6e5688aa ppTests line damc 2022-07-26 12:03:09 +02:00
  • 3c693d0d68 ppTests resetall damc 2022-07-26 11:48:36 +02:00
  • c56c6a965b ppTests pragma damc 2022-07-26 11:42:17 +02:00
  • 3641284d68 ppTests unconnected_drive damc 2022-07-26 11:25:59 +02:00
  • 5c96bcb7e6 ppTests default_nettype damc 2022-07-26 11:25:09 +02:00
  • 466301c9c9 ppTests celldefine damc 2022-07-26 11:24:39 +02:00
  • dc36b4b11f ppTests timescale damc 2022-07-26 11:24:04 +02:00
  • 15c38aaa0c ppTests keywords damc 2022-07-26 11:21:25 +02:00
  • fc26dbf341 ppTests rm whitespace_directives damc 2022-07-26 11:20:39 +02:00
  • 4d647bf72d ppTests IEEE1800-2017_keyword_* damc 2022-07-26 10:28:23 +02:00
  • 565d15ccc5 ppTests mv macro_FILE into alphabetical position. damc 2022-07-26 09:54:41 +02:00
  • 963e17a5ea ppTests Allow define __FILE__ and define __LINE__ to parse. damc 2022-07-25 22:21:28 +02:00
  • f85809f55a ppTests macro_FILE damc 2022-07-25 22:08:03 +02:00
  • 2e77dbc38a ppTests Extend macro_LINE to catch more unusual behaviour seen in the wild. damc 2022-07-25 21:59:40 +02:00
  • 7236f51602 ppTests Correct whitespace in macro expansion. damc 2022-07-21 22:36:19 +02:00
  • 4f1b566e2b ppTests Use rearrange tests alphabetically after renames. damc 2022-07-21 22:26:13 +02:00
  • 026e606136 ppTests Fix IEEE18002017_macro_without_defaults damc 2022-07-21 22:24:19 +02:00
  • d1e7f32d05 ppTests Comment-only explain replacements. damc 2022-07-21 21:40:11 +02:00
  • 28cbd8aaf4 ppTests Extend non-IEEE tests around macros. damc 2022-07-21 21:39:21 +02:00
  • 1be39f0ce9 ppTests Fold markers around tests. damc 2022-07-21 18:39:21 +02:00
  • bd1fc19ee8 ppTests Rename test2.svh -> included.svh damc 2022-07-21 13:51:51 +02:00
  • f927aee299 ppTests Add missing IEEE18002017_* tests. damc 2022-07-21 13:45:42 +02:00
  • d1e6f6e6af ppTests Fix bad filename. damc 2022-07-21 13:42:27 +02:00
  • c5ba2b457b ppTests Fix bad filename. damc 2022-07-21 13:35:18 +02:00
  • daa55135bc ppTests MESSY Rearrange tests alphabetically. damc 2022-07-21 13:34:23 +02:00
  • 812014ea16 ppTests Add two quotes from LRM in split_text(). damc 2022-07-21 13:19:23 +02:00
  • e966beb51e ppTests mv macro_identifier damc 2022-07-21 13:18:22 +02:00
  • 3e8db79d51 ppTests mv macro_comment damc 2022-07-21 13:14:24 +02:00
  • 6f752c4cda ppTests rm missed expected damc 2022-07-21 13:11:00 +02:00
  • f4554b062c ppTests mv IEEE18002017_macro_mix_quotes damc 2022-07-21 13:10:18 +02:00
  • d40374b509 ppTests mv IEEE18002017_macro_noexpand_string damc 2022-07-21 13:08:57 +02:00
  • 637e970b13 ppTests mv macro_basic damc 2022-07-21 13:07:29 +02:00