codegen

package
v1.6.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// The version of the .orbit syntax this codegen supports.
	// Hint: Increasing this to the next version renders the previous
	// version unusable with this codegen. Should only be done, if the
	// syntax changes in a way that is not backwards compatible.
	OrbitFileVersion = 1

	// The internal version of the codegen used to cache which
	// .orbit files must be generated.
	// Hint: Increasing this to the next version indicates that the
	// codegen has been improved, but no backwards incompatible changes
	// have been introduced. May be used to invalidate the build cache
	// of the codegen, so that a project definitely uses its new features.
	CacheVersion = 10
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package lexer is based on Rop Pike's talk: https://www.youtube.com/watch?v=HxaD_trXwRE
Package lexer is based on Rop Pike's talk: https://www.youtube.com/watch?v=HxaD_trXwRE

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL