Annotation of parser3/src/classes/_op.h, revision 1.4
1.4 ! paf 1: /** @file
! 2: Parser: @b op[operators] parser class decls.
1.3 paf 3:
1.1 paf 4: Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com)
1.3 paf 5:
1.1 paf 6: Author: Alexander Petrosyan <paf@design.ru> (http://design.ru/paf)
7:
1.4 ! paf 8: $Id: _op.h,v 1.3 2001/04/09 08:55:26 paf Exp $
1.1 paf 9: */
10:
1.2 paf 11: #ifndef _OP_H
12: #define _OP_H
1.1 paf 13:
14: #include "pa_vclass.h"
15:
1.2 paf 16: void initialize_op_class(Pool& pool, VStateless_class& vclass);
1.1 paf 17:
18: #endif
E-mail: