You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fix this problem by adding #define STDC 1 in the top of lexer.c file. I don't know whether it is correct way to fix it. So I post a issue to you, Hope can do a little help.
Thank you Again!
The text was updated successfully, but these errors were encountered:
First, Thank you for your effort, It is a great repo~ :)
I compile in windows 10 + Chocolate winbisonflex3 + Cmake. Build sln is OK, but compile has error
I thought the reason is "HUGE"is a token defined in parser.c and parser.h. However, in math.h it has code below which define HUGE a variable.
I fix this problem by adding #define STDC 1 in the top of lexer.c file. I don't know whether it is correct way to fix it. So I post a issue to you, Hope can do a little help.
Thank you Again!
The text was updated successfully, but these errors were encountered: