[CEDET-devel] CME package
Brought to you by:
zappo
From: Consciencia <con...@pr...> - 2021-04-01 18:07:50
|
Hello everyone, Let me introduce CME. Package build around CEDET which is providing: 1) Simple user interface. 2) Automatic CEDET configuration. 3) Fixes for incorrect CEDET behavior. 4) And some new features. CEDET adoption is mainly blocked by two factors, hard configuration and huge confusing API. CME is trying to solve both issues. Another issue is the need to install 3rd party software (GNU Global) otherwise CEDET is not able to find function implementations, only prototypes. This is solved by CME too. Take a look and tell me what you think. https://github.com/consciencia/CME C. |