Explorar o código

添加一些描述

myuan %!s(int64=2) %!d(string=hai) anos
pai
achega
344843476b
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  1. 18 0
      readme.md

+ 18 - 0
readme.md

@@ -0,0 +1,18 @@
+# sql-parser
+
+## 编译
+
+```bash
+$ xmake
+```
+
+## 运行
+
+```bash
+$ xmake run sql-parser "create table tb;"
+```
+
+## 调试/测试
+```python
+python run_test.py
+```