SQL++ parser:
1. refactored asterix-aql to become asterix-lang-common and asterix-lang-aql, where the former is the common part for different languages;
2. added asterix-lang-sqlpp on top of asterix-lang-common;
3. ported parser tests, optimizer tests and runtime tests in asterix-app to their sql++ version, and added parser tests for all the queries.
Change-Id: Ie5af4e3b692ca017ec047a1ba3b404a51beb3a2e
Reviewed-on: https://asterix-gerrit.ics.uci.edu/466
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <tillw@apache.org>
diff --git a/.gitignore b/.gitignore
index b75b189..90efb11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,9 @@
asterix-app/rttest/
asterix-app/mdtest/
asterix-app/opttest/
+asterix-app/parserts/
+asterix-app/opt_parserts/
+asterix-app/runtime_parserts/
asterix-installer/ittest/
build
asterix_logs