fork of indigo with slightly nicer lexgen
at main 291 B view raw
1// Package syntax provides types for identifiers and other string formats. 2// 3// These are primarily simple string alias types for parsing or verifying protocol-level syntax of identifiers, not routines for things like resolution or verification against application policies. 4package syntax