BeeSchema
BeeSchema copied to clipboard
Somehow the comments are not working propertly
trafficstars
struct abc { a : int;
My Awesome Comment
if( a == 10){ b : int; } };
The parsing is giving error on with the if that was expecting a identifier, but if i remove the comment it works.
Seens to happen mostly for the last fields of the struct
Draft PR to fix this is on my repo at https://github.com/igitur/BeeSchema/pull/6