summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-04Use symbols rather than strings for parser statesscratch/yamlStefan Monnier
2025-02-04Expose functions to the byte compilerStefan Monnier
2025-02-04(yaml--parse-from-grammar): Simplify a bit furtherStefan Monnier
2025-02-04Merge pull request #59 from zkry/speed-up-byte-compilationZachary Romero
2025-02-04update workflow pipelineZachary Romero
2025-02-04Speed up byte compilation by removing macro usageZachary Romero
2024-11-30Commit to add to ELPAZachary Romero
2023-12-11bump versionZachary Romero
2023-12-11Merge pull request #56 from zkry/fix-octal-hex-parsingZachary Romero
2023-12-11Fix octal/hex parsing (#54)Zachary Romero
2023-12-11Update declared version to match tagZachary Romero
2023-09-27Merge pull request #52 from zkry/51-fix-failing-testZachary Romero
2023-09-27Fix failing test for parsing scalarsZachary Romero
2023-09-09Merge pull request #50 from rdrg109/masterZachary Romero
2023-09-07Add documentation on running testsRodrigo Morales
2023-09-07Merge pull request #49 from zkry/48-encode-remove-leading-newlinesZachary Romero
2023-09-07Remove leading new-lines for yaml-encodeZachary Romero
2023-07-13Merge pull request #47 from tarsiiformes/typosZachary Romero
2023-07-14Fix typosJonas Bernoulli
2023-03-11Merge pull request #46 from zkry/45-fix-char-escapeZachary Romero
2023-03-11Fix character escape codeZachary Romero
2022-07-20Merge pull request #44 from kisaragi-hiu/eldoc-hintsZachary Romero
2022-07-20Merge pull request #43 from kisaragi-hiu/fix/regexp-missing-escapeZachary Romero
2022-07-20yaml--the-end: fix incorrect regexpKisaragi Hiu
2022-07-20Use cl-defun &key to allow eldoc argument hints to work betterKisaragi Hiu
2022-07-18Merge pull request #42 from kisaragi-hiu/bring-docstring-up-to-dateZachary Romero
2022-07-18Update docstring and README to match current behaviorKisaragi Hiu
2022-07-12Merge pull request #41 from zkry/fix-property-prop-bugZachary Romero
2022-07-12version bumpZachary Romero
2022-07-09Don't remove all properties, just yaml-nZachary Romero
2022-07-09Merge pull request #40 from zkry/fix-block-indent-detectionZachary Romero
2022-07-09fix unit testsZachary Romero
2022-07-09fix zero-column indent problems; add more unit testsZachary Romero
2022-07-09store current indent level and use that for basis of block indentZachary Romero
2022-07-05Merge pull request #39 from zkry/fix-obob-for-storing-positionZachary Romero
2022-07-05Fix off-by-one bug for storing positionZachary Romero
2022-07-02Merge pull request #37 from zkry/fix-folded-block-parsing-errorZachary Romero
2022-07-02fix folding block parsing errorZachary Romero
2022-06-20Merge pull request #36 from zkry/fix-string-values-state-bugZachary Romero
2022-06-20add note to yaml-parse-string-with-pos functionZachary Romero
2022-06-20add unit testZachary Romero
2022-06-20Fix string values state bugZachary Romero
2022-06-13Merge pull request #35 from zkry/fix-yaml-anchor-match-definitionZachary Romero
2022-06-13YAML anchor should match exactly how it was definedZachary Romero
2022-06-12Merge pull request #34 from zkry/fix-bad-anchor-map->list-conversionZachary Romero
2022-06-12Fix the anchor parse event turning maps into listsZachary Romero
2022-06-09Merge pull request #33 from zkry/add-position-information-to-parse-treeZachary Romero
2022-06-09add option for skipping processing of scalarsZachary Romero
2022-06-08add function for generating parse with metadata stringsZachary Romero
2022-06-05Initial implementation of position storageZachary Romero