Syntax analyzer (grammatical engineering) ?
-
We need to build a syntax analyzer. In particular, for the language to create a context-dependent grammar (LL), there are examples only for numbers and signs, I have only four letters (A, B, C, D) and they need to build a grammar. Any examples of grammar construction?
-
http://ru.wikipedia.org/wiki/LL-%D0%B0%D0%BD%D0%B0%D0%BB%D0%B8%D0%B7%D0%B0%D1%82%D0%BE%D1%80#.D0.9F.D1.80.D0.B8.D0.BC.D0.B5.D1.80 Not a bad example. Grammas is just a set of rules. The syntax analysis table merely reflects the application of these rules.