syntax
A syntax is a set of rules, or grammar, for how statements can be put together in a programming language.
Programming language implementors have a choice of writing special code to recognize the syntax of the language or to use a tool like ANTLR which
will do the syntax recognition work for the language.
last edited (November 16, 2006) by bilderbikkel
Back to the page