Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

   0  $accept : start $end

   1  start :

state 0
	$accept : . start $end  (0)
	start : .  (1)

	.  reduce 1

	start  goto 1


state 1
	$accept : start . $end  (0)

	$end  accept


2 terminals, 2 nonterminals
2 grammar rules, 2 states

grammar parser grammar
symbol# value# symbol
     0      0  $end
     1    256  error
     2    257  $accept
     3    258  start