Go v0.4.0 Go.Parser View Source
Documentation for Go.Parser
Add export/import from sgf data.
Examples
iex> filename = "test/fixtures/example.sgf"
iex> {:ok, sgf} = File.read filename
iex> {:ok, %Go.Parser.Tree{} = tree} = Go.Parser.parse sgf
Documentation for Go.Parser
Add export/import from sgf data.
iex> filename = "test/fixtures/example.sgf"
iex> {:ok, sgf} = File.read filename
iex> {:ok, %Go.Parser.Tree{} = tree} = Go.Parser.parse sgf