This is README for The glrParser template library The glrParser template library provides generally usable programmers tool for creating syntactical analysers of wide ambiguous grammars. The INSTALL file contains generic instalation instructions. Because this is the _template_ library, no binary library file will be created during building. When installing, the headers are just copied to the specified include directory. The main work when building is to generate documentation and compile samples. To make this properly you need c++ compiler and fellowing tools: doc++, sed, latex, dvips, db2ps, db2html, mkdir. The samples directory contains two sample programs made upon the library. When you run ,,make'', thous samples will be compiled, but after ,,make install'' they will not be installed anywhere. The demos directory contains some sample grammars where the samples can be tested. The doc directory contains the quickstart and the reference guide. If you are starting to use the library read the quickstart guide first. Ondrej Macek, xmacek@informatics.muni.cz