Skip to content

katydid/parser-go-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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