version 1.2, 2018/09/28 08:20:29 |
version 1.3, 2021/03/11 03:41:13 |
|
|
/* $OpenXM: OpenXM_contrib2/asir2018/parse/quote.c,v 1.1 2018/09/19 05:45:08 noro Exp $ */ |
/* $OpenXM: OpenXM_contrib2/asir2018/parse/quote.c,v 1.2 2018/09/28 08:20:29 noro Exp $ */ |
|
|
#include "ca.h" |
#include "ca.h" |
#include "parse.h" |
#include "parse.h" |
Line 378 struct fid_spec fid_spec_tab[] = { |
|
Line 378 struct fid_spec fid_spec_tab[] = { |
|
{I_IFUNC,A_fnode,A_fnode,A_end}, |
{I_IFUNC,A_fnode,A_fnode,A_end}, |
{I_MAP,A_func,A_fnode,A_end}, |
{I_MAP,A_func,A_fnode,A_end}, |
{I_RECMAP,A_func,A_fnode,A_end}, |
{I_RECMAP,A_func,A_fnode,A_end}, |
{I_PFDERIV,A_notimpl,A_end}, |
{I_PFDERIV,A_func,A_fnode,A_fnode,A_end}, |
{I_ANS,A_int,A_end}, |
{I_ANS,A_int,A_end}, |
{I_PVAR,A_int,A_node,A_end}, |
{I_PVAR,A_int,A_node,A_end}, |
{I_ASSPVAR,A_fnode,A_fnode,A_end}, |
{I_ASSPVAR,A_fnode,A_fnode,A_end}, |