Skip to content

Commit 210055b

Browse files
committed
Clarifications.
1 parent bac86ee commit 210055b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/class-assignments/labs-assignment-2018.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ etc. for free. Another alternative is libtecla.
4343
For tokenizing and parsing the command line, we suggest you to use
4444
GNU flex(1) and bison(1). They are easy to use and you should also find
4545
it virtually everywhere, already installed. We recommend O'Reilly's
46-
book "flex & bison", the first 30 pages should be all you need for this
47-
project. I believe you can find the book online.
46+
book "flex & bison", having read through the first 30 pages should be
47+
all you need for this project. I believe you can find the book online.
4848

49-
You will probably need a linked list implementation. We suggest you use
50-
macros from <queue.h>. See "man queue" for more information. STAIL_*
51-
macros should be all you need.
49+
You will probably need a linked list implementation. We suggest you to
50+
use macros from <queue.h>. See "man queue" for more information.
51+
STAIL_* macros should be all you need.
5252

53-
FYI, our implementation of the complete 1st phase is 550 lines long,
53+
FYI, our implementation of the complete 1st phase is 560 lines long,
5454
including flex and bison source files, and using the usual C style from
5555
http://mff.devnull.cz/cstyle/.
5656

0 commit comments

Comments
 (0)