1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-27 05:54:47 +01:00
liquid/values/docs.go
2017-07-27 18:11:37 -04:00

10 lines
432 B
Go

package values
// Package evaluator defines methods such as sorting, comparison, and type conversion, that apply to interface types.
//
// It is similar to, and makes heavy use of, the reflect package.
//
// Since the intent is to provide runtime services for the Liquid expression interpreter,
// this package does not implement "generic" generics.
// It attempts to implement Liquid semantics (which are largely Ruby semantics).