feat: prepare the refactor for brigadier
This commit is contained in:
@@ -42,6 +42,10 @@ PRIVATE
|
||||
yycc/carton/binstore/setting.cpp
|
||||
yycc/carton/binstore/configuration.cpp
|
||||
yycc/carton/binstore/storage.cpp
|
||||
yycc/carton/brigadier/types.cpp
|
||||
yycc/carton/brigadier/constraint.cpp
|
||||
yycc/carton/brigadier/node.cpp
|
||||
yycc/carton/brigadier/parser.cpp
|
||||
yycc/carton/lexer61.cpp
|
||||
)
|
||||
target_sources(YYCCommonplace
|
||||
@@ -111,6 +115,11 @@ FILES
|
||||
yycc/carton/binstore/configuration.hpp
|
||||
yycc/carton/binstore/storage.hpp
|
||||
yycc/carton/lexer61.hpp
|
||||
yycc/carton/brigadier.hpp
|
||||
yycc/carton/brigadier/types.hpp
|
||||
yycc/carton/brigadier/constraint.hpp
|
||||
yycc/carton/brigadier/node.hpp
|
||||
yycc/carton/brigadier/parser.hpp
|
||||
yycc/carton/fft.hpp
|
||||
)
|
||||
# Setup header infomations
|
||||
|
||||
@@ -39,6 +39,7 @@ namespace yycc::carton::binstore::types {
|
||||
*/
|
||||
using VersionIdentifier = uint64_t;
|
||||
|
||||
/// @private
|
||||
/// @brief The raw data of setting.
|
||||
class ByteArray {
|
||||
public:
|
||||
|
||||
3
src/yycc/carton/brigadier.hpp
Normal file
3
src/yycc/carton/brigadier.hpp
Normal file
@@ -0,0 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
namespace yycc::carton::brigadier {}
|
||||
0
src/yycc/carton/brigadier/constraint.cpp
Normal file
0
src/yycc/carton/brigadier/constraint.cpp
Normal file
0
src/yycc/carton/brigadier/constraint.hpp
Normal file
0
src/yycc/carton/brigadier/constraint.hpp
Normal file
0
src/yycc/carton/brigadier/node.cpp
Normal file
0
src/yycc/carton/brigadier/node.cpp
Normal file
0
src/yycc/carton/brigadier/node.hpp
Normal file
0
src/yycc/carton/brigadier/node.hpp
Normal file
0
src/yycc/carton/brigadier/parser.cpp
Normal file
0
src/yycc/carton/brigadier/parser.cpp
Normal file
0
src/yycc/carton/brigadier/parser.hpp
Normal file
0
src/yycc/carton/brigadier/parser.hpp
Normal file
0
src/yycc/carton/brigadier/types.cpp
Normal file
0
src/yycc/carton/brigadier/types.cpp
Normal file
2
src/yycc/carton/brigadier/types.hpp
Normal file
2
src/yycc/carton/brigadier/types.hpp
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user