aboutsummaryrefslogtreecommitdiff
path: root/parsing/notation_gram.ml
AgeCommit message (Collapse)Author
2018-05-31[notations] Split interpretation and parsing of notationsEmilio Jesus Gallego Arias
Previously to this patch, `Notation_term` contained information about both parsing and notation interpretation. We split notation grammar to a file `parsing/notation_gram` as to make `interp/` not to depend on some parsing structures such as entries.