This BETA repo is to help developers build tools to convert Memelang queries to SQL. Contents are licensed under Memelicense.net.
- data-gen.py is used to generate the data
- data.csv sample ARBQ data in tab-separated format
- data.mem sample ARBQ data in Memelang format
- data.sql sample ARBQ data in SQL format
- data.sqlite sample ARBQ data in an SQLite binary file
- meme2sql.java Java program to convert Memelang to SQL
- meme2sql.js Javascript program to convert Memelang to SQL
- meme2sql.php PHP program to convert Memelang to SQL
- meme2sql.py Python program to convert Memelang to SQL
- query.sql shows translations between Memelang and SQL
- result.mem shows correct queries/results on the sample data
- Support relation chains (.Rx.Ry)