Commit Graph
52 Commits
Author SHA1 Message Date
Hare cda32cc260 Add bilingual manual and localized docs routes 2026-08-14 11:16:37 +09:00
Hare e0970acdcc Refocus manual on public language usage 2026-08-14 08:17:25 +09:00
Hare 848c7f169f Add unknown ranges and open object values 2026-08-14 08:00:22 +09:00
Hare cc6ab40807 Add associative map constraints and range refinement 2026-08-14 06:26:15 +09:00
Hare 8198b615a8 Clarify site build and deploy scripts 2026-08-13 19:53:38 +09:00
Hare 62aa81b91c Fix JSR license metadata 2026-08-13 19:45:04 +09:00
Hare 515adc2533 Unify formatting on canonical syntax 2026-08-13 19:31:21 +09:00
Hare 610358110f Add host-configurable LSP server 2026-08-12 05:42:45 +09:00
Hare bdaccd9803 Add host-configurable language service 2026-08-11 22:05:17 +09:00
Hare 08603dc4b5 Report structured import origins in diagnostics 2026-08-11 19:20:11 +09:00
Hare 165daada23 Add host-structured imports 2026-08-11 18:33:49 +09:00
Hare 46b2b3b1b6 Add required array element constraints 2026-08-11 17:24:04 +09:00
Hare 8eac5c5cb4 Bundle language tools with CodeMirror package 2026-07-09 21:25:04 +09:00
Hare a8a46998a8 Make build:wasm build all wasm packages 2026-07-09 18:46:24 +09:00
Hare 0e2a7b35d2 Add language tools package 2026-07-09 18:34:41 +09:00
Hare ac99c4cb4e Revert "Add Decodal formatter"
This reverts commit 22f6bc1ab9.
2026-07-09 17:46:24 +09:00
Hare 22f6bc1ab9 Add Decodal formatter 2026-07-09 17:39:32 +09:00
Hare 16006d000a Move wasm package under packages 2026-07-09 04:13:08 +09:00
Hare e4b9247c45 Extract CodeMirror language package 2026-07-09 03:49:44 +09:00
Hare 335ecde816 Fix JSR wasm package license 2026-07-09 03:29:27 +09:00
Hare 4142fcd46a Prepare 0.1.2 release 2026-07-09 03:12:09 +09:00
Hare 6d80c66144 Trim open issues to materialization 2026-07-09 02:46:28 +09:00
Hare 8e1cb01f52 Document Decodal components 2026-07-09 01:47:28 +09:00
Hare 26d8495631 Remove public tokenizer API 2026-07-09 01:09:40 +09:00
Hare ee031bd2e8 Add canonical grammar and CodeMirror playground 2026-07-08 23:41:26 +09:00
Hare a07f4c48aa Expose tokenizer for web highlighting 2026-07-08 19:50:04 +09:00
Hare ada3578a1d Expose derive macro behind feature 2026-06-26 00:59:39 +09:00
Hare b8404df047 Add typed Decodal derive support 2026-06-26 00:39:33 +09:00
Hare 87fef44c68 Make decodal the published library crate 2026-06-25 22:51:16 +09:00
Hare 6e2363632b Prepare crates.io release metadata 2026-06-25 22:25:01 +09:00
Hare f928028007 Deploy Pages production branch by default 2026-06-25 03:12:37 +09:00
Hare d8af980f7d Add Cloudflare Pages deploy script 2026-06-25 02:49:15 +09:00
Hare a2a6dee025 Show source names in diagnostics 2026-06-22 18:05:26 +09:00
Hare cc5ab63922 Improve composition diagnostics 2026-06-22 17:37:51 +09:00
Hare 8b3df21cfa Document lightweight runtime boundaries 2026-06-19 22:48:33 +09:00
Hare 01ad6dca52 Add array concat operator 2026-06-19 01:01:04 +09:00
Hare 683151f6bd Remove unimplemented operator note 2026-06-18 23:54:10 +09:00
Hare 9e728fb634 Document operator reference 2026-06-18 23:42:53 +09:00
Hare 2fe54bda62 Add logical and comparison expressions 2026-06-17 23:38:44 +09:00
Hare 3f7dd7c692 Add arithmetic expressions 2026-06-17 23:00:14 +09:00
Hare 0e873fbd51 Migrate documentation site to Astro 2026-06-17 00:22:32 +09:00
Hare 4020b7c2d5 Add Svelte docs site and WASM playground 2026-06-17 00:07:11 +09:00
Hare 58d2c9b423 Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
Hare f1a5836247 Add optional regex constraints 2026-06-16 11:27:27 +09:00
Hare 84680e2652 Normalize primitive and numeric constraints 2026-06-16 11:22:09 +09:00
Hare e23b31da46 Add host prelude embedding API 2026-06-16 11:06:56 +09:00
Hare bd3da1aeee Implement module loading and imports 2026-06-16 10:01:31 +09:00
Hare c33c484bac Implement evaluator materializer and CLI 2026-06-16 02:10:54 +09:00
Hare ddcee75c8d Implement core lexer and parser 2026-06-16 02:02:17 +09:00
Hare 2f21d4ec64 Document implementation design 2026-06-16 01:57:29 +09:00