Add tree construction in LL(1) and some fixed typos#44
Merged
gsvgit merged 3 commits intoFormalLanguageConstrainedPathQuerying:devfrom Mar 18, 2025
SurfaceYellowDuck:tst_branch
Merged
Add tree construction in LL(1) and some fixed typos#44gsvgit merged 3 commits intoFormalLanguageConstrainedPathQuerying:devfrom SurfaceYellowDuck:tst_branch
gsvgit merged 3 commits intoFormalLanguageConstrainedPathQuerying:devfrom
SurfaceYellowDuck:tst_branch
Conversation
add example of buildig tree in LL algorithm and fixed typos fix: actions
gsvgit
reviewed
Mar 10, 2025
tex/GLL-based_CFPQ.tex
Outdated
| \[ \first[k](\alpha) = \{ \omega \in \Sigma^* \mid \alpha \derives{} \omega \text{ и } |\omega| < k \text{ либо } \exists \beta: \alpha \derives{} \omega \beta \text{ и } |\omega| = k \} | ||
| \] | ||
| , где $\alpha, \beta \in (N \cup \Sigma)^*.$ | ||
| , где $\alpha, \beta \in (N \cup \Sigma)^*.$ Это означает, что в общем случае $\alpha$ может быть как одиночным нетерминалом, так и произвольной цепочкой из смешанного алфавита. |
Member
There was a problem hiding this comment.
Ну это же очевидно из определения. Зачем ещё раз расписывать? Тем более, ещё и не совсем аккуртано.
tex/GLL-based_CFPQ.tex
Outdated
| \end{align*} | ||
| \end{multicols} | ||
|
|
||
| Как можно заметить, в примере поиска множества $\first$ в качестве аргумента функции передается нетерминал, но множество $\first$ ищется для правой части правила. |
Member
There was a problem hiding this comment.
Что?) Опять же, фигня какая-то написана. В процедуре построения first всё расписано.
2a0dc09
into
FormalLanguageConstrainedPathQuerying:dev
1 check passed
OBITOONDEADO1MZ
approved these changes
Jul 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.