com.varankin.bnf
Interface SyntacticPrimary

All Known Implementing Classes:
EmptySequence, GroupedSequence, MetaIdentifier, OptionalSequence, RepeatedSequence, SpecialSequence, TerminalString

public interface SyntacticPrimary

A syntactic-primary consists of one of the following: (a) an optional-sequence; (b) a repeated-sequence; (c) a grouped-sequence; (d) a meta-identifier; (e) a terminal-string; (f) a special-sequence; (g) an empty-sequence.

Author:
© 2009 Nikolai Varankine