Commit graph

78 commits

Author SHA1 Message Date
Masaaki Goshima
13494adb27 Fix format of anchor with mapping node in flow style 2020-03-03 10:01:58 +09:00
Masaaki Goshima
6e9ed56a21 Fix format for anchor with single mapping value 2020-03-03 01:12:40 +09:00
Masaaki Goshima
9c4eca88c5 Add AddColumn method for MergeKeyNode 2020-03-02 23:07:02 +09:00
Masaaki Goshima
202c0fca28 Fix format for sequence with anchor 2020-02-29 11:43:22 +09:00
Masaaki Goshima
73f469a43a Fix format for complexity string literal 2020-02-29 11:42:54 +09:00
k1LoW
64a69e039b Add notes 2020-02-17 22:47:53 +09:00
k1LoW
d2828e4ada Detect line break character in only string scope. 2020-02-17 21:14:54 +09:00
k1LoW
03f0e2137f Add support for multi-line string encoding 2020-02-16 16:10:19 +09:00
Masaaki Goshima
fb3d36bf34 Supports append column number to child nodes recursively 2019-12-12 17:33:15 +09:00
Masaaki Goshima
62a86c4e5d Fix parsing of literal token 2019-11-07 23:45:39 +09:00
Masaaki Goshima
a48968a98e Add documentation 2019-11-05 17:07:00 +09:00
Masaaki Goshima
4dc8ed6703 Fix design of parser API 2019-11-05 17:02:55 +09:00
Masaaki Goshima
2d0dbde454 Fix reserved keywords 2019-10-31 17:23:56 +09:00
Masaaki Goshima
4780e46e37 Integrate FlowSequenceNode into SequenceNode 2019-10-31 13:06:35 +09:00
Masaaki Goshima
81ac425557 Add constructor for MappingNode 2019-10-31 12:47:23 +09:00
Masaaki Goshima
e0346b2e61 Fix type of Values field of MappingNode to MappingValueNode 2019-10-31 12:38:44 +09:00
Masaaki Goshima
e8a411abfc Integrate FlowMappingNode into MappingNode 2019-10-31 12:25:33 +09:00
Masaaki Goshima
66d213ca41 Rename MappingCollectionNode to MappingNode 2019-10-31 12:14:39 +09:00
Masaaki Goshima
eb7d0113b0 Add overflow test cases 2019-10-29 20:15:27 +09:00
Masaaki Goshima
8475c5e180 Supports binary/octet/hex number literal 2019-10-29 19:08:02 +09:00
Masaaki Goshima
cfd4ff8c29 Add ast.MapNode and ast.ArrayNode 2019-10-24 23:52:43 +09:00
Masaaki Goshima
11bd7bb528 Add method for ast.NodeType debugging 2019-10-24 23:51:50 +09:00
Masaaki Goshima
293ee9861c Add document 2019-10-21 12:53:30 +09:00
Masaaki Goshima
9c1e0f51b9 Update document for ast package 2019-10-21 03:49:01 +09:00
Masaaki Goshima
47ed93cac0 Add document for ast package 2019-10-21 03:33:41 +09:00
Masaaki Goshima
14ebb2f291 Remove ast.MappingNode 2019-10-21 02:55:09 +09:00
Masaaki Goshima
79017b4e1c Support encoding with Anchor or Alias 2019-10-19 22:02:15 +09:00
Masaaki Goshima
e5503dddd2 Add ast package 2019-10-16 18:21:01 +09:00