Enumerations The following enumerations are available globally. Symbol A Symbol denotes either a terminal or a nonterminal. See more Declaration Swift public enum Symbol : Hashable ParseResult The result of parsing a particular symbol with a particular input parameter. Seealso Grammar.parse(input:position:symbol:param:) See more Declaration Swift public enum ParseResult<Param, Result> where Param : Hashable © 2021 . All rights reserved. (Last updated: 2021-03-30) Generated by jazzy ♪♫ v0.13.6, a Realm project.