mirror of
https://github.com/msojocs/wx-compiler.git
synced 2025-07-19 00:00:04 +08:00
19 lines
243 B
C++
19 lines
243 B
C++
#include "../../include/wxml.h"
|
|
|
|
|
|
namespace WXML
|
|
{
|
|
|
|
|
|
namespace EXPRLib
|
|
{
|
|
|
|
ExprSyntaxTree::ExprSyntaxTree(/* args */)
|
|
{
|
|
}
|
|
|
|
ExprSyntaxTree::~ExprSyntaxTree()
|
|
{
|
|
}
|
|
}
|
|
} |