Alex A. Naanou flynx
  • Joined on 2023-06-05
flynx synced commits to master at flynx/types.js from mirror 2026-07-05 18:00:57 +00:00
9b23bebe0e bugfix...
flynx synced commits to master at flynx/pWiki from mirror 2026-07-05 16:10:57 +00:00
a59ddf61a9 still fighting async recursion...
18daeb27ff tweaking...
9341e45346 moved recursion testing back -- diffrent macros may will need to control this differently...
b98e4ca5c0 moved recursion testing up one level...
67db497eab refactoring parser -- still not 100%...
Compare 8 commits »
flynx synced commits to master at flynx/pWiki from mirror 2026-07-04 23:50:57 +00:00
c251efe1a5 half a day debugging a missing return )))))))))))))))))))))
flynx synced commits to master at flynx/pWiki from mirror 2026-07-04 15:40:56 +00:00
782d2e7acd @include(..)'s body is now resolved in the context of the loaded page (non-isolated)... now I'm not sure what's the difference between @include(..) and @macro(..) other than the name... Am I designing a language with a single operator with the logic pushed out into paths??? =)
flynx synced commits to master at flynx/pWiki from mirror 2026-07-03 23:20:57 +00:00
79ffe58b46 tweaking docs...
7075dce017 notes...
7b0aab07da tweaks and fixes...
97fb6ee856 added <content/> to @include(..) -- not yet sure if this is a good idea...
12d77832a5 added nested macro handler to .expand(..) / .resolve(..) / .parse(..)
Compare 5 commits »
flynx synced commits to master at flynx/pWiki from mirror 2026-07-03 15:10:58 +00:00
e8b0cb435c refactoring + cleanup...
2d2345a589 cleanup and fixes...
dd1ac686f3 cleanup + refactoring...
Compare 3 commits »
flynx synced commits to master at flynx/pWiki from mirror 2026-07-03 07:00:57 +00:00
46d768e4e1 a bit of a fix...
flynx synced commits to master at flynx/pWiki from mirror 2026-07-02 22:50:58 +00:00
2ad186888e started @quote(..), @source(..), @load(..) -- some of v2 seems to be a tad overcomplicated...
8675c92b66 tweaking and tests...
5dda9c3f49 updated tests...
cc94cdad03 reforked the exec flow, now async stuff works...
Compare 4 commits »
flynx synced commits to master at flynx/pWiki from mirror 2026-07-02 06:30:57 +00:00
flynx synced commits to master at flynx/pWiki from mirror 2026-07-01 22:20:57 +00:00
d967a15a5d refacoring: now in macros is the parser and not the page -- not sure how that happened =)
5cabfd0754 testing + minor bugfix...
Compare 2 commits »
flynx synced commits to master at flynx/pWiki from mirror 2026-07-01 14:10:56 +00:00
85cf87813b docs...
b879049346 bugfix + tests + docs...
acf37a4832 docs...
84880015f7 fixed the @slot(..) recursion issue...
70e44f5a6f cleanup and polishing
Compare 5 commits »
flynx synced commits to master at flynx/pWiki from mirror 2026-06-30 13:40:57 +00:00
0acb5a223a resoled conflict...
8828a42c86 added @include( .. isolated) ...
Compare 3 commits »
flynx synced commits to master at flynx/pWiki from mirror 2026-06-29 21:20:58 +00:00
e4dc2d0471 rewriting @include(..)...
a4453e18a4 preparing for deeper testing...
Compare 2 commits »
flynx synced commits to master at flynx/pWiki from mirror 2026-06-28 20:50:58 +00:00
49ee54539f cleanup...
3829ce9764 cleanup...
8b5f156816 removed slot's <content/>...
Compare 3 commits »
flynx synced commits to master at flynx/test.js from mirror 2026-06-28 14:32:46 +00:00
0d52010e68 updated default file pattern (fix)))) )...
41f2234ee9 updated default file pattern...
Compare 2 commits »
flynx synced commits to master at flynx/pWiki from mirror 2026-06-28 12:49:28 +00:00
b9b11ecbda added tests + cleaning up @slot(..)
flynx synced commits to master at flynx/pWiki from mirror 2026-06-27 20:19:25 +00:00
f2a47de99f refactores slot's <content/> now seems to work...
flynx synced commits to master at flynx/pWiki from mirror 2026-06-27 03:59:25 +00:00
bedab9962a did @var(..) / @vars(..)...
988bc45929 split out v3...
ac7c6072ba reworking the parser...
Compare 3 commits »
flynx synced commits to master at flynx/types.js from mirror 2026-06-26 21:39:26 +00:00
aadeb4f051 updated docs...
flynx synced commits to master at flynx/pWiki from mirror 2026-06-25 11:09:27 +00:00
9611c30d0c getting the code up to date...