Talk:Linear syntax
Appearance
This is the talk page of a redirect that targets the page: • Comparison of programming languages (syntax) Because this page is not frequently watched, present and future discussions, edit requests and requested moves should take place at: • Talk:Comparison of programming languages (syntax) |
This article was nominated for deletion on 5 May 2018. The result of the discussion was redirect. |
This redirect does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | ||||||||
|
Untitled
[edit]The article leaves me puzzled.
Assume you have a linear syntax that requires white space at least somewhere in every input, yet never cares which kind of white space is used.
I can change that syntax so the only legal (and required) white space character left is the line feed. All other formerly white space characters become illegal.
Would that make the changed syntax non-linear? I do not think my change influences the ability of parsers to understand that syntax. So: No.
On the other hand, that syntax indeed requires you to use the line feed.