casteng / i-pascal

A free Object Pascal language plugin for IntelliJ IDEA
111 stars 34 forks source link

Fix representation of GTEQ in PSI, and reformatting #17

Closed semoro closed 6 years ago

semoro commented 6 years ago

>=

casteng commented 6 years ago

Thanks for the contribution. Unfortunately the pull request breaks parsing of generic declarations such as: TList=class end; This is the reason why different approach used for ">=" than for "<=". To resolve the issue a complex parser change needed or a workaround in formatter.