Commit Graph

  • 31fd7bd00a
    Update JiK and XiK too Kat Marchán 2023-12-12 21:43:35 -0800
  • 63feef70fe
    Update schema spec Kat Marchán 2023-12-12 21:39:21 -0800
  • fada1fc1dd
    Update KQL text, too Kat Marchán 2023-12-12 21:37:13 -0800
  • 5e89c4550a
    Update all examples to use most changes Kat Marchán 2023-12-12 21:34:02 -0800
  • 2694146af4
    # is just plain illegal now Kat Marchán 2023-12-12 21:12:11 -0800
  • 85aa3a09ab
    treat bare identifiers and strings in value locations (#358) Kat Marchán 2023-12-12 21:03:30 -0800
  • 02c123a72b
    treat bare identifiers and strings in value locations Kat Marchán 2023-12-12 21:02:30 -0800
  • e6356d5a03
    allow ,<> as identifier characters since they no longer need to be re… (#352) Kat Marchán 2023-12-12 20:27:37 -0800
  • 01ab3d9367
    Merge branch 'kdl-v2' into zkat/allow-angles-and-comma Kat Marchán 2023-12-12 20:27:16 -0800
  • d73890741d
    `r` prefix is no longer required for raw strings (#354) Kat Marchán 2023-12-12 20:26:12 -0800
  • 9f1954b9f5
    Merge branch 'zkat/allow-angles-and-comma' into zkat/new-raw-strings Kat Marchán 2023-12-12 20:25:01 -0800
  • 725734a148
    allow EOF right after line continuations (#356) Kat Marchán 2023-12-12 20:21:40 -0800
  • ba11ffc988
    disallow more code points and outright ban certain ones from KDL documents altogether (#353) Kat Marchán 2023-12-12 20:21:17 -0800
  • 99abeef6d3
    fix some confusion in grammar syntax, and actually specify the syntax itself (#351) Kat Marchán 2023-12-12 20:20:15 -0800
  • ea3ca8c4bb
    fix typo Kat Marchán 2023-12-12 11:05:43 -0800
  • 46a987e989
    allow EOF right after line continuations Kat Marchán 2023-12-11 08:25:33 -0800
  • e70c7a01e3
    `r` prefix is no longer required for raw strings Kat Marchán 2023-12-10 18:10:04 -0800
  • c30cc1cab4
    disallow more code points and outright ban certain ones from KDL documents altogether Kat Marchán 2023-12-10 16:35:48 -0800
  • 9c5a06117a
    allow ,<> as identifier characters since they no longer need to be reserved Kat Marchán 2023-12-10 15:48:29 -0800
  • ee032d3c59
    fix some confusion in grammar syntax, and actually specify the syntax itself Kat Marchán 2023-12-10 15:31:14 -0800
  • eb55930264
    Update formal grammar for KDL 2.0 (#285) Christopher Durham 2023-12-10 20:44:55 -0500
  • 8ccbc92fed
    Merge branch 'kdl-v2' into patch-2 Kat Marchán 2023-12-10 17:29:20 -0800
  • ef93a6b10c
    wrap comments release/v1 Kat Marchán 2023-10-17 10:00:44 -0700
  • 7b7d57bf29
    lead with a more complete example in the readme Kat Marchán 2023-10-17 09:55:32 -0700
  • 9f10522717
    Add kdl-go to README.md (#336) sblinch 2023-10-17 09:23:57 -0700
  • 77cf6d6776
    Add kdl-go to README.md sblinch 2023-10-16 16:29:57 -0700
  • ebb5611322
    Update SPEC.md Tab Atkins Jr 2023-10-06 14:54:20 -0700
  • 0836df1c19 Restrict idents from looking like raw strings. Closes #200, closes #204, closes #241 Tab Atkins-Bittner 2023-10-06 14:32:01 -0700
  • 568c096465 Document the vertical tab addition. Tab Atkins-Bittner 2023-10-06 14:30:18 -0700
  • 3b39e29fee Add vertical tab to whitespace. Closes #331 Tab Atkins-Bittner 2023-10-06 14:13:43 -0700
  • 270c60ca9a Revert "Allow single-line comments with nothing after them. Fixes #318" Tab Atkins-Bittner 2023-10-06 14:07:29 -0700
  • 54f5fc8025 Revert "Add vertical tab to whitespace characters. Fixes #331" Tab Atkins-Bittner 2023-10-06 14:07:28 -0700
  • ef1bb689b0 Add vertical tab to whitespace characters. Fixes #331 Tab Atkins-Bittner 2023-10-06 13:58:35 -0700
  • 652590fad3 Allow single-line comments with nothing after them. Fixes #318 Tab Atkins-Bittner 2023-10-06 13:56:03 -0700
  • 6fa99c2586
    Add link to Go implementation (#334) Jonathan 2023-09-26 21:18:51 +0200
  • dd365f5453 Add link to Go implementation Jonathan Lundholm 2023-09-25 23:00:38 +0200
  • 11d8e912fc
    add Sublime Text support (#326) Evgeny 2023-07-27 04:34:57 +0700
  • 09801faa93
    add playground link to README.md (#332) Danielle Smith 2023-07-01 00:06:31 +0200
  • 91ed55baeb
    add playground link to README.md Danielle Smith 2023-06-30 22:54:10 +0200
  • f3e5ff6027
    Rearrange the number production to put decimal at the end Tab Atkins Jr 2023-05-30 14:13:46 -0700
  • a75ca13c15
    Fix a typo in SPEC.md (#323) Evgeny 2023-05-26 02:09:47 +0700
  • b1f9dd4c2e add Sublime Text support eugenesvk 2023-05-25 22:47:23 +0700
  • 01c2fefb5c
    Fix a typo in SPEC.md Evgeny 2023-05-24 14:08:27 +0700
  • a3d39e7749
    Add link to common lisp implementation (#319) chee 2023-03-15 16:29:32 +0000
  • e49935e540
    Add link to common lisp implementation chee 2023-03-15 11:33:01 +0000
  • 6feeccc491
    Add Intellij IDEA plugin to README.md (#312) Exidex 2022-10-18 00:33:00 +0200
  • 373c36ef1c Add Intellij IDEA plugin to README.md Exidex 2022-10-17 18:39:04 +0200
  • 6bf9b1c588
    Update README.md (#311) Patitotective 2022-10-13 11:13:03 -0500
  • 8a5aec4f54
    Update README.md Patitotective 2022-10-12 18:45:15 -0500
  • 0dc4a92a69
    Replace use of non-defined 'tag' term (#310) Lars Willighagen 2022-10-10 22:25:25 +0200
  • 96af51641e Replace use of non-defined 'tag' term Lars Willighagen 2022-10-10 22:08:13 +0200
  • 06d1d67359
    Add draft grammar for KQL 1.0.0 (#303) Lars Willighagen 2022-10-09 21:04:10 +0200
  • 8d252133b7
    Mention an OCaml implementation in the README (#307) Bannerets 2022-10-03 16:14:53 +0000
  • 194d14d89d Update KQL grammar to use new operators Lars Willighagen 2022-10-03 15:44:23 +0200
  • ee66a34fe0
    Mention an OCaml implementation in the README Bannerets 2022-10-03 11:16:31 +0000
  • 693d326271 Change whitespace in KQL grammar Lars Willighagen 2022-10-02 22:01:38 +0200
  • 728b3e0a1d Add draft grammar for KQL 1.0.0 Lars Willighagen 2022-09-27 15:51:12 +0200
  • 5253595c14
    docs(readme): link to vim syntax plugin (#305) Aram Drevekenin 2022-09-29 18:52:25 +0200
  • 6bab316b0f
    Remove credit from test suite README (#304) Hannah Kolbeck 2022-09-29 09:50:14 -0700
  • dc17c2702a
    docs(readme): link to vim syntax plugin Aram Drevekenin 2022-09-29 10:41:33 +0200
  • b0a5b9e680
    Remove credit from test suite README Hannah Kolbeck 2022-09-28 16:58:19 -0700
  • 20d65edb7d
    Add links to XML2KDL repo/online editor (#301) Benjamin Kane 2022-09-23 09:08:39 -0700
  • a35f140f51
    Add links to XML2KDL repo/online editor Benjamin Kane 2022-09-23 08:55:27 -0700
  • 0b99021180
    Improvements to string naming consistency (#299) Nathan West 2022-09-20 20:29:59 -0400
  • 763d00fe96 Fix long line Nathan West 2022-09-20 17:07:53 -0400
  • f8c58ec4bf Improvements to string naming consistency Nathan West 2022-09-20 16:54:12 -0400
  • 3989d37026 - Removed tests that allowed empty strings as identifiers. - Edited SPEC.md to be clear about not allowing zero-length identifiers. - Need to update grammar as well. Patitotective 2022-09-19 16:59:20 -0500
  • c8dd45a0f1
    Mention ckdl in the README (#296) Thomas Jollans 2022-09-18 00:18:49 +0200
  • 1feaf2ae94 Mention ckdl in the README Thomas Jollans 2022-09-17 10:28:10 +0200
  • 76d5dd542a
    Editorial rephrasing; define empty array/object Tab Atkins Jr 2022-09-02 15:02:05 -0700
  • fb80016011
    Make JSON-in-KDL more minimalistic (#293) Bram Gotink 2022-09-02 22:54:08 +0200
  • d437cf228b
    Add test for empty single-line comment (#292) Bram Gotink 2022-09-02 16:37:10 +0200
  • c36ff0862f
    Make JSON-in-KDL more minimalistic Bram Gotink 2022-09-02 15:01:39 +0200
  • 11f743371e
    Add test for empty single-line comment Bram Gotink 2022-08-30 19:43:30 +0200
  • 0a4a14d87a
    Add escaped whitespace note to v2 changelog (#291) Hannah Kolbeck 2022-09-01 13:05:53 -0700
  • 15ca61e35e
    Make changelog note on escaping whitespace more detailed Hannah Kolbeck 2022-09-01 12:51:34 -0700
  • 1e0ad4ed70
    Add escaped whitespace note to v2 changelog Hannah Kolbeck 2022-09-01 08:49:28 -0700
  • 825ff2c17d
    Add escaped whitespace to KDL strings (#290) Nathan West 2022-09-01 00:49:01 -0400
  • 2e0308ca3c Spelling error Nathan West 2022-09-01 00:06:30 -0400
  • 9365909683 Add test cases for escaped whitespace Nathan West 2022-08-31 23:58:03 -0400
  • c5b6adf1a0 Add escaped whitespace to KDL spec Nathan West 2022-08-31 23:50:39 -0400
  • 337bd1bccf
    Update expected output of test with changed input (#289) Bram Gotink 2022-08-30 19:44:44 +0200
  • d96d1ec061
    Update expected output of test with changed input Bram Gotink 2022-08-30 19:34:42 +0200
  • ffeea8e5aa
    Use forward slash in solidus-escape test (#288) Bram Gotink 2022-08-30 17:11:51 +0200
  • 10261e7aaa
    Use forward slash in solidus-escape test Bram Gotink 2022-08-30 12:59:34 +0200
  • 3d22478c72
    Update SPEC.md for KDL 2.0 preview Christopher Durham 2022-08-28 15:32:35 -0500
  • f38edc765d
    add failing test for removed solidus escape Kat Marchán 2022-08-28 13:28:47 -0700
  • 78a2d5f5ed
    Draft changelog Kat Marchán 2022-08-28 13:14:09 -0700
  • 1bf4d740fa
    Allow "empty" single line comments in the spec (#234) Basile Henry 2022-08-28 22:07:17 +0200
  • 3e6f8afe03
    Allow "empty" single line comments in the spec Basile Henry 2021-10-11 22:14:24 +0200
  • 2d5e543bbe
    KQL: remove map operator and accessors (#222) Kat Marchán 2022-08-28 13:01:53 -0700
  • 69ac280bf0
    KQL: require operator and change operator grammar a bit (#221) Kat Marchán 2022-08-28 13:01:07 -0700
  • 910f6e90a7
    Do not escape / (Solidus, Forwardslash) (#197) Danielle Smith 2022-08-28 21:59:26 +0200
  • 8ddfef240c
    Merge branch 'kdl-v2' into ds-fix-weird-escape-char Kat Marchán 2022-08-28 12:58:40 -0700
  • 850703a84d
    Update formal grammar Christopher Durham 2022-08-21 13:34:05 -0500
  • d9459f67c0
    Correct @virtualstate/kdl description (#279) Fabian Cook 2022-07-30 14:43:42 +1200
  • ee9f759c42
    Correct @virtualstate/kdl description Fabian Cook 2022-07-30 13:19:32 +1200
  • 4f739516e6
    Add @virtualstate/kdl to implementations (#278) Fabian Cook 2022-07-30 04:10:01 +1200
  • 892d312c3e
    Add @virtualstate/kdl to implementations Fabian Cook 2022-07-29 21:35:33 +1200
  • e8fe0c38a8
    Add .NET library to the implementation list (#277) oledfish 2022-07-23 21:01:18 -0300