简体   繁体   中英

What does E' (Expression Prime) mean?

So, I'm studying Compiler Construction and stucked in this grammar

E->TE' E->+TE' and so on.... My question is What does the E' means actually ?

The ' does not have any inherent meaning - it's just part of the name. That is E' is simply a rule named E' .

The usual reason you'd name the rule E' instead of just picking a new letter like F would be to express that E and E' are related somehow.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM