Subversion Repositories Vertical

Rev

Rev 9 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
/* $Header: c:\\cygwin\\cvsroot/Vert03/acf_src/acf_lex_ext.h,v 1.1.1.1 2003/11/04 23:34:58
2
 * mjames Exp $ */
3
/*
4
 * $Log: acf_lex_ext.h,v $
5
 * Revision 1.1.1.1  2003/11/04 23:34:58  mjames
6
 * Imported into local repositrory
7
 *
8
 * Revision 1.2  2003/01/09 23:17:35  mjames
9
 * changed to work with GCC 3.2
10
 *
11
 * Revision 1.1  2002/09/11 09:19:01  mjames
12
 * Added exported functions
13
 *
14
 *
15
 * exported functions from the Lexer for Vertical
16
 *
17
 */
18
 
9 mjames 19
#pragma once
2 mjames 20
#ident                                                                                        \
21
    "$Header: c:\\cygwin\\cvsroot/Vert03/acf_src/acf_lex_ext.h,v 1.1.1.1 2003/11/04 23:34:58 mjames Exp $"
9 mjames 22
#include <stdio.h>
23
#include "expression.h" 
2 mjames 24
extern expression_t *cmd_expression;
25
 
26
/* this compiles an expression from the string given, creating variables as needed */
27
extern expression_t *compile_expression_from_string (char *s);