bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 00/10] {master} clean up the code


From: Akim Demaille
Subject: [PATCH 00/10] {master} clean up the code
Date: Mon, 3 Sep 2012 16:26:06 +0200

Several simple simplifications to improve the readability of the code.

Akim Demaille (10):
  minor refactoring in user code scanning
  minor refactoring in user code scanning
  obstacks: simplifications
  minor refactoring: shorten variable names
  refactoring: define variables with a value
  style changes
  doc: address a fixme
  parser: style changes
  style: remove useless C++ provisio
  todo: check push parsers

 TODO               |  10 ++--
 data/glr.cc        |   4 +-
 doc/bison.texi     |   3 +-
 src/complain.h     |   8 ---
 src/conflicts.c    |  10 +---
 src/flex-scanner.h |   5 +-
 src/muscle-tab.c   | 105 ++++++++++++------------------------
 src/muscle-tab.h   |  28 ++++------
 src/output.c       |  18 +++----
 src/parse-gram.y   |  10 ++--
 src/print_graph.c  |   3 +-
 src/scan-code.l    | 141 ++++++++++++++++++++++--------------------------
 src/scan-skel.l    | 156 ++++++++++++++++++++++-------------------------------
 src/symlist.c      |  26 ++++-----
 src/symtab.c       |   2 +-
 src/symtab.h       |   9 ++--
 src/system.h       |   7 +++
 tests/actions.at   |   7 +--
 18 files changed, 223 insertions(+), 329 deletions(-)

-- 
1.7.11.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]