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

New parser model for Code completion

<< < (13/16) > >>

takeshimiya:
Yeah, that's great! 0 Java dependency 8)

And if we use parsers generated by ANTLR like the C++ one, we don't even need the parser generator because the parser is already generated (until you want to modify the parser generator itself).

So putting it easy: C++ for the parser generator, C++ for the parser.

Michael:
Hello,

please allow me to put a link to topic where I have posted about the expression parser of the Mini C++. It is here.

Michael

anonuser:
just but what about us unix folks? I'm all for a no java depnds. but there is a library we can link to instead.

grv575:
unix compatibility should be a nonissue - the generated parsing code is portable.

anonuser:
Well I work on unix and port back to other platforms. So I'll probably end up using Antlr C++

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version