Commit Graph

  • 5d8fdce637 Move qualified identifier resolution to Scope as resolveQualifiedIdentifier, replace inline logic in LynonDecoder. master sergeych 2025-12-14 00:20:43 +01:00
  • 5a8881bfd5 Refactor decodeClassObj to mimic compiler behavior for qualified names, add evaluateQualifiedNameAsCompiled. sergeych 2025-12-14 00:06:46 +01:00
  • d487886c8f some more trace on strange decpdeClassObj behavior sergeych 2025-12-13 23:41:52 +01:00
  • 180471e4cd Merge remote-tracking branch 'origin/fix_decodeClassObj' sergeych 2025-12-13 23:20:55 +01:00
  • 71a37a2906 Revert "Improve decodeClassObj class resolution in LynonDecoder, add fallback lookup mechanisms, and refine related tests" sergeych 2025-12-13 23:14:12 +01:00
  • ab05f83e77 Revert "Add documentation for Lynon class-name resolution behavior and future plans for fully-qualified name support" sergeych 2025-12-13 23:13:56 +01:00
  • 9e11519608 revert to wirking ugly fix for decodeClassObj fix_decodeClassObj sergeych 2025-12-13 23:11:28 +01:00
  • a2d26fc777 Add documentation for Lynon class-name resolution behavior and future plans for fully-qualified name support sergeych 2025-12-13 17:16:10 +01:00
  • dd1a1544c6 Improve decodeClassObj class resolution in LynonDecoder, add fallback lookup mechanisms, and refine related tests sergeych 2025-12-13 17:12:44 +01:00
  • fba44622e5 Refactor toString implementations to support Scope context, add inspect, and improve assertions readability. sergeych 2025-12-13 13:48:57 +01:00
  • 2737aaa14e add mapNotNull to ObjIterable with documentation sergeych 2025-12-12 13:48:02 +01:00
  • bce88ced43 Merge pull request 'fix/scope-parent-cycle' (#92) from fix/scope-parent-cycle into master Sergey Chernov 2025-12-11 03:09:45 +03:00
  • fd473a32d8 refine some tests fix/scope-parent-cycle sergeych 2025-12-11 00:55:05 +01:00
  • d15dfb6087 core: prevent scope parent-chain cycles when reusing pooled frames sergeych 2025-12-11 00:50:46 +01:00
  • b953282251 docs on updated scopes sergeych 2025-12-10 00:04:07 +01:00
  • bcabfc8962 fix endless recursion in scope resolution in some specific cases sergeych 2025-12-09 23:55:50 +01:00
  • c0fab3d60e bump version to 1.0.7-SNAPSHOT; fix potential infinite loops in Scope traversal sergeych 2025-12-09 07:33:05 +01:00
  • 55caa65f97 fixed dependencies for plugin building sergeych 2025-12-08 18:59:16 +01:00
  • b73891d19b ref $91 trace removed sergeych 2025-12-08 18:52:38 +01:00
  • 8750040926 fix #91 syntax highlighting of kotlin code blocks on the site sergeych 2025-12-08 18:51:44 +01:00
  • 708b908415 fix #88 fix #90 plugin with autocompletion sergeych 2025-12-08 03:28:27 +01:00
  • c35d684df1 started autocompletion in the plugin sergeych 2025-12-07 23:05:58 +01:00
  • 678cfbf45e fix #85 lynon empty list encoding sergeych 2025-12-07 21:50:29 +01:00
  • bfffea7e69 fix #83 import-aware quickdocs sergeych 2025-12-06 22:25:21 +01:00
  • 40f11b6f29 fix #82 refactored and added builtin docs to all symbols sergeych 2025-12-06 21:10:40 +01:00
  • e25fc95cbf fix #81 site search improved sergeych 2025-12-06 18:03:15 +01:00
  • a6085b11a1 ignore distributables sergeych 2025-12-06 17:37:31 +01:00
  • 819fdd82b3 removed distributables from git (derivatives, now there is a copy on the site) sergeych 2025-12-06 17:29:11 +01:00
  • 2e96d75b9f fix #80 edge case !isSomething() bug fixed +String.last() sergeych 2025-12-06 15:07:38 +01:00
  • f616326383 docs on cli tool, restored cli building tools sergeych 2025-12-05 21:46:19 +01:00
  • 1e2bbe1fc5 fix #79 enum toJson serialization sergeych 2025-12-05 21:39:43 +01:00
  • b630d69186 fix #78 add fmt CLI subcommand and improve legacy script execution paths sergeych 2025-12-05 21:02:18 +01:00
  • 20f4e54a02 red #77 tests and docs for jsom map serialization sergeych 2025-12-05 15:42:26 +01:00
  • e58896f087 red #77 more json docs sergeych 2025-12-05 11:57:21 +01:00
  • 080eac2e1a fix #77 Instant.toJson sergeych 2025-12-05 11:47:42 +01:00
  • a31befef0b plugin update sergeych 2025-12-05 00:33:20 +01:00
  • 65a7555e93 fix $76 add support for enum constants highlighting and initial enum documentation sergeych 2025-12-05 00:30:32 +01:00
  • 84f2f8fac4 fix #75 simple classes JSON serialization with custom formats sergeych 2025-12-04 23:58:31 +01:00
  • 0c31ec63ee fix #74 duplicate constructor amd state vars with Lynon serialization sergeych 2025-12-04 23:23:31 +01:00
  • 603023962e fix $73 reg #74 val assignment bug fix. Also, cosmetics on syntax highlighting sergeych 2025-12-04 22:11:49 +01:00
  • e765784170 plugin updated to v1.0.5 sergeych 2025-12-04 17:06:41 +01:00
  • 171e413c5f v1.0.5-SNAPSHOT started json and kotlinx serialization support sergeych 2025-12-04 17:05:07 +01:00
  • 5cfc15cf17 fix #72 comments are allowed in class constructor; some configuration bigs fixed sergeych 2025-12-04 16:09:27 +01:00
  • b8f27c7a18 migrated stdlib to separate .lyng files and added build-time generation of Kotlin constants. reduced noise in plugin sergeych 2025-12-04 12:26:38 +01:00
  • 6a6de83972 updated plugin binary sergeych 2025-12-03 17:28:44 +01:00
  • a3b8dbd9d8 improved annotation caching and error range handling for highlighting sergeych 2025-12-03 16:27:05 +01:00
  • c63d643469 fixed formatter bugs and some tests; upgraded formatting in plugin sergeych 2025-12-03 15:37:35 +01:00
  • f592689631 annotation highlighting (missing) sergeych 2025-12-03 13:49:27 +01:00
  • 834f3118c8 annotation highlighting sergeych 2025-12-03 13:49:09 +01:00
  • d285335e1c plugin: spell checker f0r 2025 sergeych 2025-12-03 12:48:06 +01:00
  • 2e17297355 Add Grazie-backed grammar checker and dictionary support to Lyng IDEA plugin and variants for replacements with or without Grazie interfaces sergeych 2025-12-03 01:29:34 +01:00
  • fbea13570e idea plugin now shows errors that prevent syntax highlighting and show cached syntax coloring remembered from the last successive pass sergeych 2025-12-02 03:29:14 +01:00
  • 067970b80c Add MiniAst documentation system and Markdown rendering for built-in and IDE documentation. sergeych 2025-12-02 03:04:02 +01:00
  • c52e132dcc more readme sergeych 2025-12-01 19:14:43 +01:00
  • 53f00e6c6c readme fixes sergeych 2025-12-01 18:11:03 +01:00
  • ec49bbbf52 idea plugin 0.0.2-SNAPSHOT, improced, added reformat code. Formatting tools improved in lynglib. Site information added sergeych 2025-12-01 17:50:27 +01:00
  • 06e8e1579d idea plugin 0.0.1-SNAPSHOT: basic coloring and editing aids sergeych 2025-11-30 23:56:59 +01:00
  • 9c342c5c72 Make lyng-mark white and regenerate 256x256 PNG sergeych 2025-11-29 10:54:27 +01:00
  • 59055ace8c Add 256x256 PNG export of lyng-mark.svg at site/src/jsMain/resources/icons/lyng-mark-256.png sergeych 2025-11-29 10:51:01 +01:00
  • 2005f405e4 site icon sergeych 2025-11-29 09:58:53 +01:00
  • 062f344676 published lyngio to maven, added to docs sergeych 2025-11-29 09:02:28 +01:00
  • 438e48959e - fixed bug in compiler (rare) - added lyng.io.fs (multiplatform) - CLI tools now have access to the filesystem sergeych 2025-11-29 00:51:01 +01:00
  • 41746f22e5 some more samples sergeych 2025-11-28 12:38:43 +01:00
  • e584c7aa63 site/docs improvements sergeych 2025-11-28 11:25:47 +01:00
  • 26ddb94f5d fixed version number 1.0.4-SNAPSHOT sergeych 2025-11-27 21:42:42 +01:00
  • cbca8cacb5 fix #59 implement iterator cancellation on premature termination (break, exception) and ensure no cancellation on natural completion; add tests sergeych 2025-11-27 21:40:02 +01:00
  • 8fae4709ed fix #61 set +/- collection gives set with/without items in collection sergeych 2025-11-27 20:54:33 +01:00
  • d118d29429 map literals sergeych 2025-11-27 20:02:19 +01:00
  • cb9df79ce3 version bump sergeych 2025-11-27 15:24:18 +01:00
  • d9a26dd467 better lang page (ribbon & tg channel) sergeych 2025-11-27 12:51:32 +01:00
  • 813ebebddd small optimizations sergeych 2025-11-27 11:54:10 +01:00
  • 2d721101dd v1.0.1-SNAPSHOT: named args in calls sergeych 2025-11-27 11:24:24 +01:00
  • d6e6d68b18 benchmaring tests are now optional sergeych 2025-11-27 08:34:49 +01:00
  • 83825a9272 fixed call arg precedence bug in last arg callable scenario sergeych 2025-11-27 08:11:09 +01:00
  • f0fc7ddd84 lyng textmate bundle idea-compatible sergeych 2025-11-24 18:33:41 +01:00
  • ea0ecb1db3 lynglib: added MiniAST support lyngweb: better syntax highlighting and code editor sergeych 2025-11-24 00:38:17 +01:00
  • 28b961d339 Add comprehensive documentation for when statement and integrate related tests and references sergeych 2025-11-22 20:11:01 +01:00
  • 4d1cd491e0 fixed try ling key processing sergeych 2025-11-22 20:01:16 +01:00
  • 5fbb1d5393 cosmetics sergeych 2025-11-22 15:17:12 +01:00
  • 9a4131ee3d lyngweb: refactor SiteHighlight to align package structure and add adjustable textarea height sergeych 2025-11-22 14:21:45 +01:00
  • 391e200f19 readme updates sergeych 2025-11-22 01:41:13 +01:00
  • 32e739ab8f Add comprehensive embedding guide for Lyng in Kotlin projects sergeych 2025-11-22 01:39:51 +01:00
  • f4375ad627 lyngweb: add Maven publishing configuration, range iterability tests, and minor editor refinements sergeych 2025-11-22 01:22:39 +01:00
  • faead76688 lyngweb: introduce reusable editor and highlighting utilities sergeych 2025-11-22 00:34:34 +01:00
  • 72c6dc2bde fixed wrong line report on throw statement sergeych 2025-11-21 17:18:59 +01:00
  • a229f227e1 tryling: better error reporting sergeych 2025-11-21 09:44:48 +01:00
  • 01632dc6d7 tryling: snart mini-editor sergeych 2025-11-21 02:00:01 +01:00
  • 4e37d0be26 tryling cosmetics sergeych 2025-11-21 00:45:18 +01:00
  • fa3fda144b added tryling, v0 sergeych 2025-11-21 00:38:43 +01:00
  • 2b320ab52a restructured site: split to separate sources. Search improved sergeych 2025-11-20 19:06:15 +01:00
  • f1e978599c deployment refined sergeych 2025-11-20 01:17:56 +01:00
  • 215c7245a0 Enhance site navigation with improved search highlighting, refined navbar offset handling, query-based search term extraction, and additional docs layout adjustments. Also, add new resources and simplify deployment script paths. sergeych 2025-11-20 01:00:32 +01:00
  • d307ed2a04 inject back button inline for docs' H1 headers, fetch markdown titles progressively, and add deployment script sergeych 2025-11-19 23:56:31 +01:00
  • b82af3dceb site search sergeych 2025-11-19 23:22:12 +01:00
  • 1fadc42414 added DocsPage, improved navbar with dynamic height handling, MathJax integration, new TOC features, and extensive markdown processing sergeych 2025-11-19 21:52:58 +01:00
  • 918534afb5 fixed highlighting and styles sergeych 2025-11-19 17:52:48 +01:00
  • 646a676b3e added scrollspy for TOC highlighting, theme toggle support, and dark/light mode handling sergeych 2025-11-19 14:23:07 +01:00
  • f4d1a77496 added extensive markdown rendering tests and Kotlin/JS externals for marked library sergeych 2025-11-18 23:10:22 +01:00
  • 67e4d76f59 kotlin upgraded, site started sergeych 2025-11-18 00:24:19 +01:00
  • beb462fd62 readme fix sergeych 2025-11-17 15:45:37 +01:00