News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Code completion and STM32 peripheral registers

Started by 1essor1, March 19, 2017, 04:19:49 PM

Previous topic - Next topic

Alatar

Quote from: ollydbg on April 20, 2019, 04:28:02 PM
OK, two years later, I have some progress about this code completion case. For the above cc test case, now, I can show the expression tree, see the image shot as in attachment, and I can rebuild the std::queue<ParserComponent> components by the tree, then I get the correct result.
<...>
I have a lot of code changes especially the code of operator precedence climbing.

Wow, that is cool! I was not here for a while, but I still use C::B for development =). Is this code already in main codebase?