Do theoretical computer science topics have “real world” development applications?

前端 未结 3 1718
我在风中等你
我在风中等你 2021-02-01 20:26

By \"theoretical computer science topics\", I am referring to things such as regular vs non-regular languages, the pumping lemma, and grammars.

I\'m familiar with the re

3条回答
  •  渐次进展
    2021-02-01 21:03

    As Yuval F pointed out, grammars are of critical importance to language parsing. If you take a look at parser generators, such as ANTLR, you'll find that the structure of grammars is surprisingly similar to what you've learned in school.

提交回复
热议问题