Commit graph

14 commits

Author SHA1 Message Date
Masaaki Goshima
dd6a892902 Fix parsing error of document like a: 1 - 4 2019-12-04 23:58:06 +09:00
Masaaki Goshima
4147f40ae7 Fix handling of literal token include empty line 2019-11-19 18:03:24 +09:00
nasa9084
6db264d96f Comments must be separated from other tokens by white space characters 2019-11-12 19:50:58 +09:00
Masaaki Goshima
7729266864 Fix parsing of literal token 2019-11-08 16:48:54 +09:00
Masaaki Goshima
62a86c4e5d Fix parsing of literal token 2019-11-07 23:45:39 +09:00
Masaaki Goshima
4dc8ed6703 Fix design of parser API 2019-11-05 17:02:55 +09:00
Masaaki Goshima
4780e46e37 Integrate FlowSequenceNode into SequenceNode 2019-10-31 13:06:35 +09:00
Masaaki Goshima
e8a411abfc Integrate FlowMappingNode into MappingNode 2019-10-31 12:25:33 +09:00
Masaaki Goshima
265cae5062 Optimize parsing for mapping-value token 2019-10-24 13:52:12 +09:00
Masaaki Goshima
3882855ddc Fix parser bugs
- double sequence entry
- multiple column based mapping value
2019-10-23 20:22:14 +09:00
Masaaki Goshima
b4289af609 Support syntax error printing 2019-10-23 13:30:22 +09:00
Masaaki Goshima
c5db11901c Improve error format
- %v : beautiful syntax error with source code
- %#+v : error with stack trace ( for debugging )
- others : simple syntax error ( without source code )
2019-10-23 03:21:42 +09:00
Masaaki Goshima
293ee9861c Add document 2019-10-21 12:53:30 +09:00
Masaaki Goshima
a02f24c9ad Add parser package 2019-10-16 18:21:20 +09:00