polystat / odin

Object Dependency Inspector
10 stars 2 forks source link

Boolean literals fail parsing #31

Closed nikololiahim closed 2 years ago

nikololiahim commented 2 years ago

EO code:

TRUE > a_true
FALSE > a_false

fails parsing with the error:

:1:1: error: expected one of:
    end of file
1| TRUE > a_true
  | ^
fizruk commented 2 years ago

@nikololiahim Can you double check? If the problem persists, can you explain what is the problem and why it happens?