File tree 2 files changed +41
-0
lines changed
2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Created by .ignore support plugin (hsz.mobi)
2
+ # ## Java template
1
3
# Compiled class file
2
4
* .class
3
5
21
23
22
24
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
25
hs_err_pid *
26
+ .idea
27
+ * .iml
28
+ target /
29
+ * .tokens
30
+ * .interp
31
+ * .DS_store
32
+ /** /.flattened-pom.xml
33
+ /parent.ipr
34
+ /parent.iws
35
+ /uploads /
36
+ deploy.sh
37
+ /fastmodel-parser /src /test /resources /lsp /gen /
38
+ /** /package-lock.json
Original file line number Diff line number Diff line change
1
+ ========================================================
2
+ fast-modeling-language is a modeling dsl
3
+ Copyright (c) 2019-2022, Alibaba Group.
4
+ Licensed under the Apache License, Version 2.0
5
+ ===================================================================
6
+ This product contains various third-party components under other open source licenses.
7
+ This section summarizes those components and their licenses.
8
+
9
+
10
+ Presto Software Apache License 2.0
11
+ --------------------------------------
12
+ com.facebook.presto.sql.QueryUtil
13
+
14
+
15
+ grammars-v4 Software Apache License, Version 2.0
16
+ -------------------------------------------------
17
+ sql/hive/v3/HiveParser.g4
18
+ sql/hive/v3/HiveLexer.g4
19
+ sql/plsql/PlSqlParser.g4
20
+ sql/plsql/PlSqlLexer.g4
21
+
22
+
23
+ grammars-v4 Software The MIT License (MIT)
24
+ -----------------------------------------------
25
+ sql/mysql/Positive-Technologies/MySqlParser.g4
26
+ sql/mysql/Positive-Technologies/MySqlLexer.g4
You can’t perform that action at this time.
0 commit comments