cjohansson pushed a change to branch externals/parser-generator.

      from  4985db98b9 Updated version and modified date for version 0.2.6
       new  d161dd7c2b Fixed setting using macro
       new  41f606b761 Updated documentation with new function for setting 
lexer lambda and string at the same time
       new  5015e4fd92 Updated version and change-log for version 0.2.7


Summary of changes:
 docs/Lexical-Analysis.md                   |  15 ++--
 docs/Syntax-Analysis/LL1.md                |  12 +--
 docs/Syntax-Analysis/LLk.md                |  14 ++--
 docs/Syntax-Analysis/LR0.md                |  27 +------
 docs/Syntax-Analysis/LRk.md                |  24 +-----
 parser-generator-lex-analyzer.el           |  32 +++++++-
 parser-generator-ll-export.el              |  12 +--
 parser-generator-lr-export.el              |  12 +--
 parser-generator.el                        |   4 +-
 test/parser-generator-lex-analyzer-test.el |  21 ++---
 test/parser-generator-ll-export-test.el    |  64 ++-------------
 test/parser-generator-ll-test.el           |  63 +++++----------
 test/parser-generator-lr-export-test.el    | 125 +++--------------------------
 test/parser-generator-lr-test.el           |  76 ++++++------------
 14 files changed, 127 insertions(+), 374 deletions(-)

Reply via email to