BeeSchema icon indicating copy to clipboard operation
BeeSchema copied to clipboard

Somehow the comments are not working propertly

Open jdtsncomp opened this issue 9 years ago • 2 comments
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.

jdtsncomp avatar Jun 26 '16 16:06 jdtsncomp

Seens to happen mostly for the last fields of the struct

jdtsncomp avatar Jun 26 '16 16:06 jdtsncomp

Draft PR to fix this is on my repo at https://github.com/igitur/BeeSchema/pull/6

igitur avatar Apr 22 '19 19:04 igitur