blob: 632c6f2995f4b9f393f6d7892fa6f7317890adaa [file] [log] [blame]
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//-------------------------------------------------------------------------------------------------------
#pragma once
/***************************************************************************
Node operators (indicates semantics of the parse node)
***************************************************************************/
enum OpCode : byte
{
#define PTNODE(nop,sn,pc,nk,ok,json) nop,
#include "ptlist.h"
knopLim
};