Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 423 Bytes

README.md

File metadata and controls

executable file
·
13 lines (10 loc) · 423 Bytes

parser-go-yaml

Parser for Yaml in Go.

Known Issues

The YAML parser implementation is in progress and has the following knwown limitations

  • Array elements with more than 1 key are parsed incorrectly
  • Comments are not supported
  • The file delimeter "---" is not supported
  • JSON syntax is not yet supported
  • Quotes are currently included as part of strings
  • Mixing tabs and spaces in indendation is not supported