[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
syntax
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.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
syntax
(Computer Science) 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.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
