News Score: Score the News, Sort the News, Rewrite the Headlines

GitHub - AmrDeveloper/ClangQL: ClangQL is a tool that allow you to run SQL-like query on C/C++ Code instead of database files using the GitQL SDK

ClangQL - Clang AST Query Language ClangQL is a tool that allow you to run SQL-like query on C/C++ Code instead of database files using the GitQL SDK. Samples Note that all Keywords in ClangQL are case-insensitive, similar to SQL. SELECT 1 SELECT 1 + 2 SELECT LEN("File Query Language") SELECT "One" IN ("One", "Two", "Three") SELECT "File Query Language" LIKE "%Query%" SELECT * FROM functions SELECT COUNT(name) from functions WHERE return_type = "int" SELECT DISTINCT name AS function_name FROM fu...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines