Subversion Repositories Vertical

Rev

Go to most recent revision | Details | 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
 
19
#ident                                                                                        \
20
    "$Header: c:\\cygwin\\cvsroot/Vert03/acf_src/acf_lex_ext.h,v 1.1.1.1 2003/11/04 23:34:58 mjames Exp $"
21
 
22
extern expression_t *cmd_expression;
23
 
24
/* this compiles an expression from the string given, creating variables as needed */
25
extern expression_t *compile_expression_from_string (char *s);