Revision 25cdf0a...

Go back to digest for 20th April 2014

Features in Development Tools

Sven Brauch committed changes in [kdevplatform] /:

A base expression visitor class for dynamically-typed languages.

This is potentially useful for Python, PHP, JS and Ruby.
For documentation on what it does, see the docs in the header file.
It's not a lot of shared functionality, but it is a piece of shared /
suggested architecture which makes it a) easier to write new language
plugins because there is a clear path for solving this problem; and b)
easier to understand other language plugin's architecture, because they
all work similar.

File Changes

Added 2 files
  • /duchain/builders
  •   language/dynamiclanguageexpressionvisitor.cpp
  •   language/dynamiclanguageexpressionvisitor.h
Modified 1 files
  • language/CMakeLists.txt
3 files changed in total