HOPS
HOPS class reference
Functions
lex.c File Reference
#include "parser.h"
#include "general.h"
#include "mk4_sizes.h"
#include "ffcontrol.h"
#include "msg.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>

Functions

int is_char (char *next_token)
 
int is_float (char *next_token, double *f_value)
 
int is_integer (char *next_token, int *i_value)
 
int is_keyword (char *next_token)
 
int is_timeval (char *next_token, int *i_value)
 
int lex (char *input_string)
 

Function Documentation

◆ is_char()

int is_char ( char *  next_token)

◆ is_float()

int is_float ( char *  next_token,
double *  f_value 
)

◆ is_integer()

int is_integer ( char *  next_token,
int *  i_value 
)

◆ is_keyword()

int is_keyword ( char *  next_token)

◆ is_timeval()

int is_timeval ( char *  next_token,
int *  i_value 
)

◆ lex()

int lex ( char *  input_string)