Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A -> empty 생산규칙의 경우 skip하면 안됨 #5

Open
kwanghoon opened this issue Apr 13, 2024 · 0 comments
Open

A -> empty 생산규칙의 경우 skip하면 안됨 #5

kwanghoon opened this issue Apr 13, 2024 · 0 comments

Comments

@kwanghoon
Copy link
Owner

https://github.com/kwanghoon/yapb/blob/67477c356aedcc967f7de4c3838cb1ab4ae7a15b/src/parserlib/analyze/AnalyzeActions.hs#L83C1-L84C1

getNextState 함수에서 A -> empty 생산규칙의 경우 skip하면 안됨
RHS의 길이가 1이면 스택 길이는 변화하지 않고,
RHS의 길이가 1보다 크면 스택 길이는 줄어듬.
RHS가 비어있으면 Reduce 액션에 의해 스택이 증가함.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant