/* burneye - configuration file parser * * -scut */ %{ %} %union { unsigned char * str; unsigned long int num; } %token EXPR_BLOCK_BEGIN %token EXPR_BLOCK_END %token QSTRING %token FUNCTION %token NUM /* types here */ /* %type script */ %% configuration: