Related Work

Authors Year Article Some Description How does it relate to your main article Website
R. Lammel and C. Verhoef

2001

"Semi-automatic Grammer Recovery", Software: Practice and Experience, vol. 31, no. 15, pp. 1395-1438 This article is about way to recover grammer using varies method available. Basically my article is about way to convert programming language which required to construct a parser and which extracting grammer will speed up the construction.

www.cs.vu.nl/~x/ge/ge.pdf

P.T. Devanbu

1999

"GENOA- A Customizable, Front-End Retargetable Source Code Analysis Framework", ACM Trans. Software Eng. and Methodology, vol. 8, no. 2, pp. 177-212 This article is about way to analyse source code to extract the grammer. Basically my article is about way to convert programming language which required to construct a parser and which extracting grammer will speed up the construction.

nil

M.G.J. van den Brand, M.P.A. Sellink, and C. Verhoef 2001 "Generation of Components for Software Renovation Factories from Context-Free Languages", Science of Computer Programming, vol. 36, nos. 2-3, pp. 209-266 This article is about an approach for the generation of components for a software renovation factory. These components are generated from a context-free grammar definition that recognizes the code that has to be renovated. Basically my article is about way to convert programming language which required to construct a parser and which extracting grammer will speed up the construction.

www.cs.vu.nl/~x/scp/scp.html