fspl/entity/doc.go

5 lines
229 B
Go

// Package entity provides data representations of language concepts.
// They are used to construct syntax trees, and semantic trees. It additionally
// provides some utility functions to compare certain entities.
package entity