HOPS
HOPS class reference
Macros | Functions | Variables
parser.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "parser.h"
#include "control.h"
#include "ffcontrol.h"
#include "mk4_sizes.h"
#include "msg.h"
#include <ctype.h>
#include "frqsupport.h"

Macros

#define ALLOW_FRQS_CODE
 
#define FALSE   0
 
#define LXH   0
 
#define RYV   1
 
#define TRUE   1
 

Functions

int fcode (char c, char *codes)
 
int nullify_cblock (struct c_block *cb_ptr)
 
int parser (void)
 

Variables

struct c_blockcb_head
 
char * char_values
 
double * float_values
 
struct fsm_table_entryfsm_base
 
int msglev
 
struct token_structtokens
 

Macro Definition Documentation

◆ ALLOW_FRQS_CODE

#define ALLOW_FRQS_CODE

◆ FALSE

#define FALSE   0

◆ LXH

#define LXH   0

◆ RYV

#define RYV   1

◆ TRUE

#define TRUE   1

Function Documentation

◆ fcode()

int fcode ( char  c,
char *  codes 
)
inline

◆ nullify_cblock()

int nullify_cblock ( struct c_block cb_ptr)

◆ parser()

int parser ( void  )

Variable Documentation

◆ cb_head

struct c_block* cb_head
extern

◆ char_values

char* char_values
extern

◆ float_values

double* float_values
extern

◆ fsm_base

struct fsm_table_entry* fsm_base
extern

◆ msglev

int msglev
extern

◆ tokens

struct token_struct* tokens
extern