patx/relay-lang
-
0e18845update homepage patx · 2026-02-18T14:21:26-05:00 -
878e30bAdd break/continue flow control and refresh README examples patx · 2026-02-12T23:39:45-05:00 -
1b2c3e6Move example static assets and refresh docs paths patx · 2026-02-12T23:08:21-05:00 -
1ef7ca4(examples): add Relay URL shortener with templates, CSRF, and rate limiting patx · 2026-02-12T22:46:35-05:00 -
8ce36cbWebApp.render_template() to accept files and kwargs patx · 2026-02-12T22:17:31-05:00 -
b1903e1Implemented patx · 2026-02-12T22:10:17-05:00 -
c57ccca1. Decorator-level schema args (@app.post(..., validate=...), plus query/body/json) patx · 2026-02-11T23:33:06-05:00 -
3fc4a30improve body and json param parsing patx · 2026-02-11T22:26:24-05:00 -
4db0262- Corrected server defaults and quick-start wording to 127.0.0.1:8080 (README.md:114, README.md:149, README.md:988, README.md:992). - Updated install verification guidance (removed relay --version claim) (README.md:132). - Fixed HTTP client docs to reflect current implementation: - only http.get(url) and http.post(url, data=None) - removed undocumented put/patch/delete, request headers arg, and resp.headers (README.md:657, README.md:669). - Updated handler binding docs: - precedence is path > form body > query - JSON body usage via data or typed Json param - added request["form"] and request["json"] usage (README.md:763, README.md:785, README.md:823, README.md:830). - Corrected Mongo insert_many return example (inserted_ids is dict-like index -> id) (README.md:1058, README.md:1069). - Replaced Pastebin example with the current template-based viewer/API flow (README.md:1209), and documented required templates (README.md:1250). - Updated contributor/support references away from non-existent examples/ dir to test.ry + static/ (README.md:1845, README.md:1937). - Added identified problems to roadmap under Known Gaps (Identified in v0.1) (README.md:1905): - JSON key-to-scalar arg binding - HTTP client parity gaps - missing CLI flags (--help, --version) - missing built-in HTML escaping helper patx · 2026-02-11T21:54:14-05:00 -
8cc2eb3improved middlewares and sessions patx · 2026-02-11T00:51:41-05:00 -
afd82camake website better patx · 2026-02-10T18:25:41-05:00 -
761947cMerge pull request #24 from patx/codex/fix-syntax-error-in-test.ry Harrison Erd · 2026-02-10T18:01:17-05:00 -
de02029Fix lexer dedent handling before else blocks Harrison Erd · 2026-02-10T18:00:30-05:00 -
fdd4643Fix broken merge patx · 2026-02-10T17:53:38-05:00 -
ea73315Merge pull request #23 from patx/codex/fix-syntax-error-in-example-function-pwlbnq Harrison Erd · 2026-02-10T17:47:59-05:00 -
547bfc8Revert dedent-before-else parser regression Harrison Erd · 2026-02-10T17:47:42-05:00 -
0cc4734Merge pull request #22 from patx/codex/fix-syntax-error-in-example-function-bhxm6g Harrison Erd · 2026-02-10T17:34:55-05:00 -
65b58f0Handle dedent-before-else in if parsing Harrison Erd · 2026-02-10T17:34:45-05:00 -
dfdbfa7Merge pull request #21 from patx/codex/fix-non-exhaustive-match-patterns-in-binop Harrison Erd · 2026-02-10T17:10:07-05:00 -
8088212Fix non-exhaustive BinOp match in eval_bin Harrison Erd · 2026-02-10T17:09:54-05:00 -
9ff747dMerge pull request #20 from patx/codex/fix-syntax-error-in-auth-function Harrison Erd · 2026-02-10T17:05:28-05:00 -
e83dbb3Add support for and/or logical operators Harrison Erd · 2026-02-10T17:04:45-05:00 -
b06041dfix else in fn block patx · 2026-02-10T16:54:09-05:00 -
23db5f1Merge pull request #18 from patx/codex/fix-syntax-error-in-example-function Harrison Erd · 2026-02-10T16:40:40-05:00 -
b0d32bcFix else token parsing in if blocks Harrison Erd · 2026-02-10T16:40:03-05:00 -
3116853update roadmap patx · 2026-02-10T16:03:52-05:00 -
0b16dc6Merge pull request #17 from patx/codex/fix-trait-bound-issue-with-value Harrison Erd · 2026-02-10T15:26:06-05:00 -
6433c17Fix MiniJinja template context conversion Harrison Erd · 2026-02-10T15:25:27-05:00 -
3323fb2Merge pull request #16 from patx/codex/enable-template-strings-in-interpreter Harrison Erd · 2026-02-10T15:03:39-05:00 -
a9f2b30Allow multiline expressions inside grouping delimiters Harrison Erd · 2026-02-10T15:03:26-05:00 -
a138ebaMerge pull request #15 from patx/codex/add-websocket-support Harrison Erd · 2026-02-10T14:36:32-05:00 -
2f08acbAdd WebSocket route and socket APIs Harrison Erd · 2026-02-10T14:34:46-05:00 -
bc55157Update README to mark static file serving and middleware as complete Harrison Erd · 2026-02-10T13:46:01-05:00 -
1b9aa54Merge pull request #14 from patx/codex/add-static-file-serving-and-middleware-support Harrison Erd · 2026-02-10T13:41:37-05:00 -
2e2c90fAdd static file serving, middleware hooks, and global template interpolation Harrison Erd · 2026-02-10T13:41:23-05:00 -
40c2bfeMerge pull request #13 from patx/codex/add-multiple-file-support Harrison Erd · 2026-02-10T12:43:23-05:00 -
3c13717Add Relay module imports across multiple files Harrison Erd · 2026-02-10T12:42:58-05:00 -
d07f886Merge pull request #12 from patx/codex/add-list-comprehensions,-destructuring,-error-handling Harrison Erd · 2026-02-10T12:25:08-05:00 -
03fb2eeDocument list comprehensions destructuring and try/except Harrison Erd · 2026-02-10T12:20:31-05:00 -
d292d5asupress warnings patx · 2026-02-09T22:25:54-05:00 -
2c2981efix comments to // instead of # in readme patx · 2026-02-09T21:55:57-05:00 -
414626cUpdate README.md Harrison Erd · 2026-02-09T21:36:36-05:00 -
b150f2bReorder imports in main.rs for consistency Harrison Erd · 2026-02-09T19:44:56-05:00 -
1631b8eMerge pull request #11 from patx/codex/redesign-web-app-with-flask/fastapi-style-0uh2wg Harrison Erd · 2026-02-09T19:42:42-05:00 -
f5f7e1fMerge branch 'main' into codex/redesign-web-app-with-flask/fastapi-style-0uh2wg Harrison Erd · 2026-02-09T19:42:27-05:00 -
2fe9bfeFix axum Method import for web handler extractor Harrison Erd · 2026-02-09T19:39:27-05:00 -
e13b2d8Merge pull request #10 from patx/codex/redesign-web-app-with-flask/fastapi-style Harrison Erd · 2026-02-09T19:36:25-05:00 -
3ec51fcRedesign Relay web runtime with Flask/FastAPI-style app API Harrison Erd · 2026-02-09T19:34:53-05:00 -
f5d4236Merge pull request #9 from patx/codex/integrate-mongodb-with-relay-lang-atnfmz Harrison Erd · 2026-02-09T18:47:31-05:00 -
00eaeaaMerge branch 'main' into codex/integrate-mongodb-with-relay-lang-atnfmz Harrison Erd · 2026-02-09T18:47:22-05:00
Loading more...