Directories ¶
Path | Synopsis |
---|---|
Package backend holds the interface for reading the IR of a gochart and generate the code needed to implement in different languages.
|
Package backend holds the interface for reading the IR of a gochart and generate the code needed to implement in different languages. |
common
Package common represents common types that is to be used by all backend packages.
|
Package common represents common types that is to be used by all backend packages. |
cpp
Package cpp is a Gochart backend meant to generate C++ code for gochart.
|
Package cpp is a Gochart backend meant to generate C++ code for gochart. |
formatter
Package formatter is a backend that generates a formated version of the given gochart.
|
Package formatter is a backend that generates a formated version of the given gochart. |
unreal
Package unreal is the backend generation that takes care of generating gochart files for an Unreal project.
|
Package unreal is the backend generation that takes care of generating gochart files for an Unreal project. |
Package frontend holds the interface for reading different kind of languages/specs that we might support for reading gocharts.
|
Package frontend holds the interface for reading different kind of languages/specs that we might support for reading gocharts. |
common
Package common represents common types that is to be used by all frontend packages.
|
Package common represents common types that is to be used by all frontend packages. |
gochart_lang
Package gochart_lang is the frontend for what we can "gochart_lang", which is a custom spec language to describe gocharts.
|
Package gochart_lang is the frontend for what we can "gochart_lang", which is a custom spec language to describe gocharts. |
yaml
Package yaml is a simple frontend that reads yaml.
|
Package yaml is a simple frontend that reads yaml. |
Package gochart is the main entrypoint to the compiler as a library.
|
Package gochart is the main entrypoint to the compiler as a library. |
Package ir holds the intermediate representation of the Gochart, which will then permit us to generate representations from it (eg.
|
Package ir holds the intermediate representation of the Gochart, which will then permit us to generate representations from it (eg. |
Click to show internal directories.
Click to hide internal directories.