help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

QUESTION: what does LR(0) mean? and what's behind the name LR0.c ?


From: sean nakasone
Subject: QUESTION: what does LR(0) mean? and what's behind the name LR0.c ?
Date: Mon, 6 Oct 2014 01:26:18 -0700

Hi, I'm going through the bison code, and I'm curious as to the name of the 
source code file LR0.c .

Seems like this file creates the states.  After they are created, the first 
state is at state 0.

Is this why it's called LR0.c ?   Could it have been named something like 
generate-states.c ?

I'm not picky about names, but I just want to make sure I'm not missing some 
important concept.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]