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