summaryrefslogtreecommitdiff
path: root/opfuncs.h
blob: a5e212c90a8138b81b32b9207c1ee7dc176e17d6 (plain)
1
2
3
4
5
6
7
8
#pragma once

int precedence(const char *op);
int precedence_len(const char *op,const int len);
int associativity(const char *op);
int associativity_len(const char *op,const int len);
int parseoplength(const char *op);
const char* opconststring_len(const char *op,const int len);