Skip to content

Commit bbbb52f

Browse files
committed
feature:init master code
1 parent a25b3f4 commit bbbb52f

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
### Java template
13
# Compiled class file
24
*.class
35

@@ -21,3 +23,16 @@
2123

2224
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2325
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

NOTICE

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

0 commit comments

Comments
 (0)