[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] rewrite gctags/assembler.c using yacc
From: |
Hideki IWAMOTO |
Subject: |
[PATCH] rewrite gctags/assembler.c using yacc |
Date: |
Wed, 06 Oct 2004 01:52:02 +0900 |
This patch rewrites parser of the assembly language of gctgas using Yacc.
gctags/HACKING | 1
gctags/Makefile.am | 7 +
gctags/asm_parse.y | 152 +++++++++++++++++++++++++++++++++++++++
gctags/asm_res.in | 12 ---
gctags/asm_scan.l | 206 +++++++++++++++++++++++++++++++++++++++++++++++++++++
gctags/assembler.c | 131 ---------------------------------
gctags/gctags.c | 10 +-
gctags/gctags.h | 4 -
htags/asm.l | 4 -
reconf.sh | 8 +-
10 files changed, 378 insertions(+), 157 deletions(-)
----
Hideki IWAMOTO address@hidden
20041006-asm.patch
Description: Binary data
- [PATCH] rewrite gctags/assembler.c using yacc,
Hideki IWAMOTO <=