From 3cc70a04da4eb7dbd99789a87011d39a0d3bc615 Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Wed, 14 Mar 2001 19:26:45 +0000 Subject: Removed all third person-references "you" - "a user" e.g. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@316 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/bison-desc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appendixa/bison-desc.xml') diff --git a/appendixa/bison-desc.xml b/appendixa/bison-desc.xml index 7e3fff7e9..b576186ed 100644 --- a/appendixa/bison-desc.xml +++ b/appendixa/bison-desc.xml @@ -14,7 +14,7 @@ Bison is a parser generator, a replacement for YACC. YACC stands for Yet Another Compiler Compiler. What is Bison then? It is a program that generates a program that analyses the structure of a textfile. Instead of -writing the actual program you specify how things should be connected +writing the actual program a user specifies how things should be connected and with those rules a program is constructed that analyses the textfile. @@ -52,8 +52,8 @@ to the compiler: -You start at the bottom of a tree and you come across the numbers 2 and -3 which are joined by the multiplication symbol, so the computers +Starting at the bottom of a tree and coming across the numbers 2 and +3 which are joined by the multiplication symbol, the computer multiplies 2 and 3. The result of that multiplication is remembered and the next thing that the computer sees is the result of 2*3 and the number 1 which are joined by the add symbol. Adding 1 to the previous -- cgit v1.2.3-54-g00ecf