File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ etc. for free. Another alternative is libtecla.
4343For tokenizing and parsing the command line, we suggest you to use
4444GNU flex(1) and bison(1). They are easy to use and you should also find
4545it 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,
5454including flex and bison source files, and using the usual C style from
5555http://mff.devnull.cz/cstyle/.
5656
You can’t perform that action at this time.
0 commit comments