compiler construction - Explanation of Left/Right Associative Grammar -


i've been reading compiler design two-three months. think need little explanation left/right associative grammar. i'm talking grammar :

f-> f + e | e e-> e * r | r r -> [0-9] 

could please give me definitions of lag/rag 1 example each please?


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -