[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
11 Regular parsing
Programming languages have poor reading libraries since the lexical information that can be specified is directly tied to the structure of the language. For example, in C it’s hard to read a rational number because there is no type rational. Programs have been written to circumvent this problem: Lex [Lesk75], for example, is one of them. We choose to incorporate in Bigloo a set of new functions to assist in such parsing. The syntax for regular grammar (also known as regular analyser) of Bigloo 2.0 (the one described in this document) is not compatible with former Bigloo versions.
11.1 A new way of reading | ||
11.2 The syntax of the regular grammar | ||
11.3 The semantics actions | ||
11.4 Options and user definitions | ||
11.5 Examples of regular grammar |
This document was generated on March 31, 2014 using texi2html 5.0.