lrama icon indicating copy to clipboard operation
lrama copied to clipboard

Create parser without defining %union

Open ydah opened this issue 1 year ago • 0 comments

If %union is not defined, Integer is used by default.

/* Value type.  */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef int YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_DECLARED 1
#endif

ydah avatar Nov 12 '24 16:11 ydah