Discover Packages
github.com/andygeiss/esp32-transpiler
transpile
package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: Aug 29, 2022
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
ErrorWorkerReaderIsNil = "Reader should not be nil"
ErrorWorkerWriterIsNil = "Writer should not be nil"
)
type Service interface {
Start() error
}
Service specifies the api logic of transforming a source code format into another target format.
NewService creates a a new transpile and returns its address.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.