Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

I think these links helpful to redesign code completion plugin

(1/3) > >>

ollydbg:
VCF builder, It seems the development stopped two years ago :(.

GCC XML It use gcc as a internal parser, the current version is 0.9, can be download from sourceforge. But it seems template is not supported. examples are here: C code and Output Xml file

Stream-Based Parsing in C++ A general introduction article about parser a c++ file.

a simple c parser

parser at berkele








ollydbg:
I found a editor with support C++ parser.
http://code.google.com/p/ljedit/

alb_cb_moon:
I found others links that coudl help:

Parsing C++: Maybe old, but interesting point of view: build a C++ parser is a task so though that the autor give up, had useful links
Fog thesis Meta Compilation for C++
Compilers and Compiler Generators text course of compilers using c++
YARD (Yet Another Recursive Descent Parser)
online papersEmbedded Input Parsing for C++

alb_cb_moon:
I find another interesting link:

ANTLR & C++, PCCTS handbook

ollydbg:
@alb_cb_moon:
All the links are very interesting. I have a glance at codeLite's parser, it use a lex and yacc grammar. But I'm just concerning it's performance. (It use CTags to generate a database).The current design in  CC parses all the files in the current workspace as soon as it was opened.

Navigation

[0] Message Index

[#] Next page

Go to full version