
/* $Header: c:\\cygwin\\cvsroot/Vert03/acf_src/acf_lex_ext.h,v 1.1.1.1 2003/11/04 23:34:58
 * mjames Exp $ */
/*
 * $Log: acf_lex_ext.h,v $
 * Revision 1.1.1.1  2003/11/04 23:34:58  mjames
 * Imported into local repositrory
 *
 * Revision 1.2  2003/01/09 23:17:35  mjames
 * changed to work with GCC 3.2
 *
 * Revision 1.1  2002/09/11 09:19:01  mjames
 * Added exported functions
 *
 *
 * exported functions from the Lexer for Vertical
 *
 */

#pragma once
#ident                                                                                        \
    "$Header: c:\\cygwin\\cvsroot/Vert03/acf_src/acf_lex_ext.h,v 1.1.1.1 2003/11/04 23:34:58 mjames Exp $"
#include <stdio.h>
#include "expression.h" 
extern expression_t *cmd_expression;

/* this compiles an expression from the string given, creating variables as needed */
extern expression_t *compile_expression_from_string (char *s);
