views:

63

answers:

4

If established name doesn't exist, what name you can suggest?

A: 

Backus–Naur Form

astander
+1  A: 

syntactic element? Not sure what you're getting at here...

GregS
A: 

If you're talking about things that might occur on the left hand side of a production in a formal grammar such as Backus-Naur form, I think the term you're looking for is nonterminal symbol.

Jim Lewis
I need something different. In some grammars "a+" also can be nonterminal, but all that I list are finished elements, like "a+b". They are also high-level, immediate parts of program.
DSblizzard
+1  A: 

You already seem to have an idea of what the standard names are. The four you've given are widely enough used that I'd go along with them unless you have some fairly specific reason to do otherwise. Of course, some depends on what "family" of languages you're talking about. Some terms are more widely used than others. Just for example, "special form" will probably be meaningful if your audience is users of Lisp and similar languages, but otherwise it might do more to obfuscate than clarify.

Jerry Coffin