@GNUxeava
Could you not read this?
@lucifargundam@qoto.org i need to pass the exam
@GNUxeava
Did you never take cursive handwriting in school?
@lucifargundam@qoto.org that's my profrssor
@lucifargundam@qoto.org and my handwriting is worse
@lucifargundam@qoto.org and i hated cursive
@GNUxeava
did you ever get this transcribed?
@GNUxeava
It has four actions-
1) Shift - Next Word is shifted into stack until a handle is formed.
2) Reduce - Right end of handle is at top of stack locate left end of handle within the stack. Pop handle off stack and push appropriate LMS.
3) Accept - Stop parsing on successful completion of parse and report success..
4) Error - Call an error reporting/recovery routine.
eg:- Grammar: E -> E+E / E*E / (E) / id
Input String: id + id + id
@lucifargundam@qoto.org it's not LMS. It is LHS