mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-21 04:31:33 +08:00
Update release
This commit is contained in:
@@ -7,6 +7,11 @@ DEVELOPER: Zihan Chen(vczh)
|
||||
/***********************************************************************
|
||||
.\PARSING.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -1082,6 +1087,11 @@ Type Loader
|
||||
/***********************************************************************
|
||||
.\PARSINGANALYZER.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -2449,6 +2459,11 @@ ValidateDefinition
|
||||
/***********************************************************************
|
||||
.\PARSINGAUTOMATON.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -2753,6 +2768,11 @@ Automaton
|
||||
/***********************************************************************
|
||||
.\PARSINGAUTOMATON_CLOSURE.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -2900,6 +2920,11 @@ RemoveEpsilonTransitions
|
||||
/***********************************************************************
|
||||
.\PARSINGAUTOMATON_EPDA.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -3080,6 +3105,11 @@ CreateEpsilonPDA
|
||||
/***********************************************************************
|
||||
.\PARSINGAUTOMATON_GENERATETABLE.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -3784,6 +3814,11 @@ GenerateTable
|
||||
/***********************************************************************
|
||||
.\PARSINGAUTOMATON_JPDA.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -4126,6 +4161,11 @@ MarkLeftRecursiveInJointPDA
|
||||
/***********************************************************************
|
||||
.\PARSINGAUTOMATON_MERGESTATES.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -4417,6 +4457,11 @@ MergeStates
|
||||
/***********************************************************************
|
||||
.\PARSINGAUTOMATON_NPDA.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -4491,6 +4536,11 @@ CreateNondeterministicPDAFromEpsilonPDA
|
||||
/***********************************************************************
|
||||
.\PARSINGDEFINITIONS.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -4989,6 +5039,11 @@ ParsingDefinitionWriter
|
||||
/***********************************************************************
|
||||
.\PARSINGDEFINITIONS_CREATEPARSERDEFINITION.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -5720,6 +5775,11 @@ Bootstrap
|
||||
/***********************************************************************
|
||||
.\PARSINGLOGGING.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -6779,6 +6839,11 @@ Logger (ParsingTreeNode)
|
||||
/***********************************************************************
|
||||
.\PARSINGSTATE.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
#if defined(VCZH_GCC) && defined(__clang__)
|
||||
#pragma clang diagnostic push
|
||||
@@ -7905,6 +7970,11 @@ ParsingTransitionCollector
|
||||
/***********************************************************************
|
||||
.\PARSINGTABLE.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
namespace vl
|
||||
{
|
||||
@@ -8452,6 +8522,11 @@ ParsingTable
|
||||
/***********************************************************************
|
||||
.\PARSINGTREE.CPP
|
||||
***********************************************************************/
|
||||
/***********************************************************************
|
||||
Author: Zihan Chen (vczh)
|
||||
Licensed under https://github.com/vczh-libraries/License
|
||||
***********************************************************************/
|
||||
|
||||
|
||||
#if defined(VCZH_GCC) && defined(__clang__)
|
||||
#pragma clang diagnostic push
|
||||
|
||||
Reference in New Issue
Block a user